cmake Boost examples

timi-liuliang/echo thirdparty/eigen-3.3.3/bench/btl/libs/blaze/CMakeLists.txt :3

find_package(Boost COMPONENTS system)

patrikhuber/4dface CMakeLists.txt :66

find_package(Boost 1.48.0 COMPONENTS system filesystem program_options REQUIRED)

albertz/openlierox CMakeOlxCommon.cmake :346

FIND_PACKAGE(Boost COMPONENTS system REQUIRED)

AcademySoftwareFoundation/Imath src/python/CMakeLists.txt :16

find_package(Boost CONFIG REQUIRED COMPONENTS python)

willtobyte/carimbo CMakeLists.txt :119

find_package(Boost CONFIG REQUIRED)

alicevision/AliceVision src/CMakeLists.txt :283

find_package(Boost 1.76.0 QUIET COMPONENTS ${ALICEVISION_BOOST_COMPONENTS} ${ALICEVISION_BOOST_COMPONENT_UNITTEST})

prusa3d/PrusaSlicer CMakeLists.txt :374

find_package(Boost ${MINIMUM_BOOST_VERSION} REQUIRED COMPONENTS ${_boost_components})

FreeCAD/FreeCAD cMake/UseLibPack3.cmake :9

find_package(Boost COMPONENTS filesystem program_options regex system thread date_time REQUIRED PATHS ${FREECAD_LIBPACK_DIR}/lib/cmake NO_DEFAULT_PATH)

anhttran/extreme_3d_faces CMakeLists.txt :21

find_package( Boost REQUIRED COMPONENTS filesystem system)

at-wat/mcl_3dl CMakeLists.txt :31

find_package(Boost REQUIRED COMPONENTS chrono)

bambulab/BambuStudio CMakeLists.txt :376

find_package(Boost ${MINIMUM_BOOST_VERSION} REQUIRED COMPONENTS ${_boost_components})

SoftFever/OrcaSlicer CMakeLists.txt :490

find_package(Boost 1.83.0 REQUIRED COMPONENTS system filesystem thread log log_setup locale regex chrono atomic date_time iostreams program_options nowide)

koide3/interactive_slam CMakeLists.txt :33

find_package(Boost REQUIRED filesystem program_options)

asc-community/MxEngine src/CMakeLists.txt :322

find_package(Boost)

jbehley/SuMa CMakeLists.txt :20

find_package(Boost REQUIRED COMPONENTS filesystem system timer date_time)

anhttran/3dmm_basic CMakeLists.txt :13

find_package( Boost REQUIRED COMPONENTS filesystem system)

ut-amrl/stereo_dense_reconstruction CMakeLists.txt :25

find_package(Boost 1.54.0 COMPONENTS system filesystem program_options REQUIRED)

fzi-forschungszentrum-informatik/gpu-voxels example_how_to_link/CMakeLists.txt :14

FIND_PACKAGE(Boost COMPONENTS system REQUIRED)

LARG/utaustinvilla3d CMakeLists.txt :7

find_package(Boost COMPONENTS system REQUIRED)

laxnpander/OpenREALM modules/realm_io/CMakeLists.txt :25

find_package(Boost REQUIRED COMPONENTS
        filesystem
)

cnr-isti-vclab/meshlab src/external/boost.cmake :8

find_package(Boost COMPONENTS thread)

lmb-freiburg/ogn cmake/Dependencies.cmake :8

find_package(Boost 1.46 REQUIRED COMPONENTS system thread filesystem serialization program_options)

zenustech/zeno projects/.unusedTools/cmake/FindOpenVDB.cmake :464

find_package(Boost REQUIRED COMPONENTS iostreams system)

luigifreda/plvs CMakeLists.txt :171

find_package(Boost REQUIRED COMPONENTS thread system serialization)

url-kaist/TRAVEL CMakeLists.txt :25

find_package(Boost 1.54 REQUIRED)

hyye/dsl CMakeLists.txt :22

find_package(Boost REQUIRED COMPONENTS system filesystem thread)

stuntrally/stuntrally3 CMake/AddMissingTargets.cmake :2

find_package(Boost REQUIRED COMPONENTS system thread filesystem)

shaduzlabs/cabl CMakeLists.txt :151

find_package(Boost COMPONENTS python)

alpaka-group/alpaka cmake/alpakaCommon.cmake :256

find_package(Boost ${_alpaka_BOOST_MIN_VER} REQUIRED
                    OPTIONAL_COMPONENTS atomic)

epoupon/lms CMakeLists.txt :25

find_package(Boost REQUIRED COMPONENTS system program_options iostreams)

cs1ime/ceserver-rawmem qemukvm/CMakeLists.txt :8

find_package(Boost COMPONENTS regex)

ankurhanda/SceneNetv1.0 CMakeLists.txt :18

find_package(Boost COMPONENTS thread REQUIRED)

OAID/Caffe-HRT cmake/Dependencies.cmake :8

find_package(Boost 1.46 REQUIRED COMPONENTS system thread filesystem)

dpaulat/supercell-wx scwx-qt/scwx-qt.cmake :16

find_package(Boost)

NREL/OpenStudio CMakeLists.txt :448

find_package(Boost)

pcb9382/FaceAlgorithm include/Eigen/bench/btl/libs/ublas/CMakeLists.txt :2

find_package(Boost)

supercollider/supercollider CMakeLists.txt :321

find_package(Boost 1.70.0 REQUIRED COMPONENTS ${BOOST_COMPONENTS})

coin-or/CppAD CMakeLists.txt :561

FIND_PACKAGE(Boost COMPONENTS thread)

stack-of-tasks/pinocchio unittest/CMakeLists.txt :153

find_package(Boost COMPONENTS unit_test_framework)

saebyn/munkres-cpp src/adapters/CMakeLists.txt :30

find_package (Boost REQUIRED)

Kitware/kwiver CMake/kwiver-depends-Boost.cmake :6

find_package(Boost ${KWIVER_BOOST_VERSION} REQUIRED
  COMPONENTS
  chrono
  date_time
  iostreams
  filesystem
  program_options
  regex
  system
  thread)

davidstutz/superpixel-benchmark ccs_cli/CMakeLists.txt :35

find_package(Boost COMPONENTS system filesystem program_options REQUIRED)

MOLAorg/mp2p_icp 3rdparty/CMakeLists.txt :6

find_package(Boost COMPONENTS thread filesystem system program_options date_time QUIET)

Tonsty/surfaceRegistration CMakeLists.txt :32

FIND_PACKAGE(Boost REQUIRED)

Desbordante/desbordante-core CMakeLists.txt :286

find_package(Boost 1.81.0 REQUIRED COMPONENTS ${boost_libraries})

RSIA-LIESMARS-WHU/LSHBOX include/eigen/bench/btl/libs/ublas/CMakeLists.txt :2

find_package(Boost)

shapelets/khiva src/CMakeLists.txt :39

find_package(Boost REQUIRED)

erleben/OpenTissue CMakeLists.txt :49

find_package(Boost ${OPENTISSUE_BOOST_VERSION} COMPONENTS "${OPENTISSUE_BOOST_COMPONENTS}" REQUIRED)

nojhan/paradiseo deprecated/eo/src/pyeo/CMakeLists.txt :22

FIND_PACKAGE(Boost 1.42 COMPONENTS python)

Enri2077/realtime-manifold-mesh-reconstructor CMakeLists.txt :10

find_package(Boost COMPONENTS filesystem system REQUIRED)

liminchen/OptCuts ext/libigl/external/cgal/src/CGAL_Project/applications/Triangulation/CMakeLists.txt :39

find_package( Boost REQUIRED )

kahypar/mt-kahypar CMakeLists.txt :426

find_package(Boost 1.69 REQUIRED COMPONENTS program_options)

MaaAssistantArknights/MaaAssistantArknights CMakeLists.txt :38

find_package(Boost REQUIRED CONFIG COMPONENTS system)

CasparCG/server src/CMakeModules/Bootstrap_Linux.cmake :33

find_package(Boost 1.74.0 COMPONENTS system thread filesystem log_setup log locale regex date_time coroutine REQUIRED)

0xd34df00d/leechcraft src/CMakeLists.txt :82

find_package (Boost REQUIRED COMPONENTS date_time filesystem program_options system thread)

anbox/anbox CMakeLists.txt :59

find_package(Boost COMPONENTS filesystem log serialization system thread program_options)

trojan-gfw/trojan CMakeLists.txt :24

find_package(Boost 1.66.0 REQUIRED COMPONENTS system program_options)

mariadb-corporation/MaxScale server/modules/routing/pinloki/CMakeLists.txt :1

find_package(Boost REQUIRED)

lightspark/lightspark src/3rdparty/ordered-map/tests/CMakeLists.txt :20

find_package(Boost 1.54.0 REQUIRED COMPONENTS unit_test_framework)

gnss-sdr/gnss-sdr CMakeLists.txt :795

find_package(Boost ${GNSSSDR_BOOST_MIN_VERSION} COMPONENTS ${BOOST_COMPONENTS} REQUIRED)

facebook/mvfst CMakeLists.txt :44

find_package(Boost 1.62
  REQUIRED COMPONENTS
  iostreams
  system
  thread
  filesystem
  regex
  context
  date_time
  program_options
)

ByConity/ByConity contrib/boost-cmake/CMakeLists.txt :9

find_package(Boost ${BOOST_VERSION} COMPONENTS
        system
        filesystem
        iostreams
        program_options
        regex
        context
        coroutine
        graph
    )

CppMicroServices/CppMicroServices CMakeLists.txt :388

find_package(Boost 1.74.0 REQUIRED)

stp/stp CMakeLists.txt :475

find_package( Boost 1.46 COMPONENTS program_options)

lizardfs/lizardfs cmake/Libraries.cmake :74

find_package(Boost ${BOOST_MIN_VERSION} COMPONENTS filesystem iostreams program_options system)

cocaine/cocaine-core CMakeLists.txt :29

FIND_PACKAGE(Boost 1.46.0 REQUIRED COMPONENTS
    filesystem
    program_options
    system
    thread)

vinipsmaker/tufao CMakeLists.txt :15

find_package(Boost 1.55 REQUIRED)

hku-mars/ImMesh CMakeLists.txt :60

FIND_PACKAGE(Boost REQUIRED COMPONENTS filesystem iostreams program_options system serialization)

louis-langholtz/PlayRho Library/CMakeLists.txt :389

find_package(Boost REQUIRED)

v6d-io/v6d CMakeLists.txt :328

find_package(Boost COMPONENTS system filesystem)

IBAMR/IBAMR CMakeLists.txt :265

FIND_PACKAGE(Boost 1.66)

boostorg/redis test/cmake_b2_test/CMakeLists.txt :5

find_package(Boost REQUIRED COMPONENTS headers)

milvus-io/knowhere cmake/libs/libdiskann.cmake :2

find_package(Boost REQUIRED COMPONENTS program_options)

Autodesk/Aurora Scripts/cmake/modules/Findpxr.cmake :40

find_package(Boost REQUIRED OPTIONAL_COMPONENTS ${PYTHON_COMPONENT})

HorizonLauncher/Client CMakeLists.txt :119

find_package(Boost REQUIRED)

OpenMW/openmw CMakeLists.txt :457

find_package(Boost 1.70.0 CONFIG REQUIRED COMPONENTS ${BOOST_COMPONENTS} OPTIONAL_COMPONENTS ${BOOST_OPTIONAL_COMPONENTS})

OSVR/SteamVR-OSVR vendor/eigen-3.2.4/bench/btl/libs/ublas/CMakeLists.txt :2

find_package(Boost)

danmar/cppcheck cmake/findDependencies.cmake :102

find_package(Boost)

rakhimov/scram CMakeLists.txt :161

find_package(Boost ${BOOST_MIN_VERSION} REQUIRED COMPONENTS
  program_options filesystem system random
  )

jacob-baines/elfparser CMakeLists.txt :50

find_package(Boost 1.46 COMPONENTS program_options iostreams system filesystem regex REQUIRED)

ukoethe/vigra CMakeLists.txt :174

find_package(Boost CONFIG ${BOOST_MINIMUM_VERSION} COMPONENTS ${WITH_BOOST_COMPONENTS})

topology-tool-kit/ttk CMake/config.cmake :149

find_package(Boost REQUIRED)

facebook/mariana-trench CMakeLists.txt :79

find_package(Boost 1.75.0 REQUIRED
             COMPONENTS filesystem regex program_options iostreams thread
             CONFIG)

sandialabs/InterSpec CMakeLists.txt :236

find_package(Boost 1.68 REQUIRED COMPONENTS thread date_time system filesystem program_options regex random )

PowerGridModel/power-grid-model CMakeLists.txt :37

find_package(Boost REQUIRED)

Tulip-Dev/tulip cmake/TulipUseFile.cmake :163

FIND_PACKAGE(BOOST REQUIRED)

gismo/gismo cmake/gsConfig.cmake :98

find_package(Boost REQUIRED)

seahorn/sea-dsa CMakeLists.txt :108

find_package (Boost 1.65 REQUIRED)

stt-datacore/cpp-image-analysis CMakeLists.txt :30

find_package(Boost COMPONENTS system REQUIRED)

GUDHI/gudhi-devel src/cmake/modules/GUDHI_third_party_libraries.cmake :3

find_package(Boost 1.71.0 QUIET OPTIONAL_COMPONENTS filesystem unit_test_framework program_options)

mne-tools/mne-cpp src/external/eigen-3.4.0/bench/btl/libs/blaze/CMakeLists.txt :3

find_package(Boost COMPONENTS system)

NERSC/timemory cmake/Modules/FindBoost.cmake :12

find_package(Boost
    [version] [EXACT]      # Minimum or EXACT version e.g. 1.67.0
    [REQUIRED]             # Fail with error if Boost is not found
    [COMPONENTS <libs>...] # Boost libraries by their canonical name
                           # e.g. "date_time" for "libboost_date_time"
    [OPTIONAL_COMPONENTS <libs>...]
                           # Optional Boost libraries by their canonical name)
    )

emsec/hal deps/pybind11/tests/CMakeLists.txt :252

find_package(Boost 1.56)

NASA-SW-VnV/ikos analyzer/CMakeLists.txt :91

find_package(Boost 1.55.0 REQUIRED
             COMPONENTS filesystem system thread)

WerWolv/ImHex cmake/build_helpers.cmake :905

find_package(Boost REQUIRED CONFIG COMPONENTS regex)

ceph/ceph CMakeLists.txt :780

find_package(Boost 1.87 COMPONENTS ${BOOST_COMPONENTS} REQUIRED)

gnuradio/gnuradio cmake/Modules/GrBoost.cmake :111

find_package(
    Boost ${GR_BOOST_MIN_VERSION} ${GR_BOOST_REQUIRED}
    COMPONENTS ${BOOST_REQUIRED_COMPONENTS}
    OPTIONAL_COMPONENTS unit_test_framework)

AcademySoftwareFoundation/openvdb cmake/FindOpenVDB.cmake :632

find_package(Boost REQUIRED COMPONENTS iostreams)

STEllAR-GROUP/hpx cmake/HPX_SetupBoost.cmake :40

find_package(
      Boost ${Boost_MINIMUM_VERSION} CONFIG QUIET NO_POLICY_SCOPE
      COMPONENTS ${__boost_libraries} HINTS ${HPX_BOOST_ROOT} $ENV{BOOST_ROOT}
    )

jmzkChain/jmzk CMakeLists.txt :133

FIND_PACKAGE(Boost 1.69 REQUIRED COMPONENTS
    thread
    date_time
    filesystem
    system
    program_options
    serialization
    chrono
    unit_test_framework
    context
    locale
    iostreams
    timer)