cmake find_package(Boost) examples

alembic/alembic python/PyAlembic/CMakeLists.txt :44

FIND_PACKAGE(Boost 1.53.0 COMPONENTS "python${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR}")

alembic/alembic python/PyAlembic/CMakeLists.txt :48

FIND_PACKAGE(Boost 1.53.0 COMPONENTS "python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}")

alembic/alembic python/PyAlembic/CMakeLists.txt :54

FIND_PACKAGE(Boost 1.53.0 OPTIONAL_COMPONENTS "python${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR}")

ddemidov/amgcl CMakeLists.txt :31

find_package(Boost COMPONENTS
    program_options
    serialization
    unit_test_framework
    )

apache/avro lang/c++/CMakeLists.txt :79

find_package (Boost 1.70 REQUIRED CONFIG COMPONENTS system)

USCiLab/cereal CMakeLists.txt :125

find_package(Boost REQUIRED COMPONENTS serialization)

CGAL/cgal Classification/examples/Classification/CMakeLists.txt :12

find_package(Boost OPTIONAL_COMPONENTS serialization iostreams)

CGAL/cgal Classification/test/Classification/CMakeLists.txt :12

find_package(Boost OPTIONAL_COMPONENTS serialization iostreams)

CGAL/cgal Generator/benchmark/Generator/CMakeLists.txt :9

find_package(Boost COMPONENTS program_options)

CGAL/cgal Installation/CMakeLists.txt :1262

find_package(Boost)

CGAL/cgal Installation/cmake/modules/CGAL_pointmatcher_support.cmake :3

find_package(Boost COMPONENTS thread system program_options date_time chrono)

CGAL/cgal Installation/cmake/modules/CGAL_SetupBoost.cmake :9

#    find_package(Boost)

CGAL/cgal Installation/cmake/modules/CGAL_SetupBoost.cmake :17

find_package( Boost 1.74 REQUIRED )

CGAL/cgal Installation/cmake/modules/CGAL_SetupCGAL_CoreDependencies.cmake :51

find_package( Boost 1.74 REQUIRED )

CGAL/cgal Lab/demo/Lab/Plugins/Classification/CMakeLists.txt :5

find_package(Boost QUIET OPTIONAL_COMPONENTS serialization iostreams)

CGAL/cgal Lab/demo/Lab/Plugins/Mesh_3/CMakeLists.txt :49

find_package(Boost QUIET OPTIONAL_COMPONENTS filesystem system)

CGAL/cgal Mesh_3/benchmark/Mesh_3/CMakeLists.txt :42

find_package(Boost QUIET COMPONENTS program_options)

CGAL/cgal Ridges_3/examples/Ridges_3/CMakeLists.txt :12

find_package(Boost COMPONENTS program_options)

CLIUtils/CLI11 tests/CMakeLists.txt :30

find_package(Boost 1.61 REQUIRED)

coin3d/coin CMakeLists.txt :183

find_package(Boost REQUIRED) # almost any Boost will do

schrodinger/coordgenlibs CMakeLists.txt :78

find_package(Boost REQUIRED)

schrodinger/coordgenlibs example_dir/CMakeLists.txt :13

find_package(Boost COMPONENTS filesystem REQUIRED)

schrodinger/coordgenlibs test/CMakeLists.txt :14

find_package(Boost COMPONENTS filesystem unit_test_framework REQUIRED)

danmar/cppcheck cmake/findDependencies.cmake :96

find_package(Boost)

libcpr/cpr include/CMakeLists.txt :59

find_package(Boost 1.77 REQUIRED COMPONENTS filesystem)

expresscpp/expresscpp CMakeLists.txt :158

find_package(Boost
             REQUIRED
             COMPONENTS system)

FirebirdSQL/firebird extern/libcds/CMakeLists.txt :42

find_package(Boost 1.53 COMPONENTS atomic)

FirebirdSQL/firebird extern/libcds/test/CMakeLists.txt :7

find_package(Boost 1.50 COMPONENTS system thread)

facebook/folly CMake/folly-deps.cmake :38

find_package(Boost 1.51.0 MODULE
  COMPONENTS
    context
    filesystem
    program_options
    regex
    system
    thread
  REQUIRED
)

FreeCAD/FreeCAD CMakeLists.txt :115

# SetupCoin3D can overwrite find_package(Boost) output so keep this after.

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)

FreeCAD/FreeCAD cMake/FreeCAD_Helpers/SetupBoost.cmake :7

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

FreeCAD/FreeCAD cMake/FreeCAD_Helpers/SetupPCL.cmake :6

# PCL needs to be found before boost because the PCLConfig also calls find_package(Boost ...),

FreeCAD/FreeCAD src/Tools/embedded/Qt/cxx/CMakeLists.txt :9

find_package(Boost COMPONENTS signals REQUIRED)

geographiclib/geographiclib CMakeLists.txt :330

find_package (Boost 1.70 CONFIG)

geographiclib/geographiclib examples/CMakeLists.txt :115

find_package (Boost 1.64 COMPONENTS serialization)

geographiclib/geographiclib examples/CMakeLists.txt :118

find_package (Boost 1.64)

geographiclib/geographiclib wrapper/python/CMakeLists.txt :26

find_package (Boost REQUIRED COMPONENTS python)

cginternals/glbinding source/glbinding/CMakeLists.txt :18

find_package(Boost COMPONENTS thread 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)

BlueBrain/HighFive cmake/HighFiveOptionalDependencies.cmake :4

find_package(Boost REQUIRED)

BlueBrain/HighFive tests/cmake_integration/application/CMakeLists.txt :72

find_package(Boost REQUIRED)

BlueBrain/HighFive tests/cmake_integration/dependent_library/CMakeLists.txt :59

find_package(Boost REQUIRED)

PurpleI2P/i2pd build/CMakeLists.txt :266

find_package(Boost REQUIRED COMPONENTS system filesystem program_options)

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

find_package(Boost REQUIRED COMPONENTS python)

AcademySoftwareFoundation/Imath src/python/PyImathTest/CMakeLists.txt :33

find_package(Boost REQUIRED COMPONENTS python)

AcademySoftwareFoundation/Imath website/examples/quickstart.pyimath/CMakeLists.txt :7

find_package(Boost REQUIRED COMPONENTS python)

arximboldi/immer CMakeLists.txt :87

find_package(Boost 1.56 COMPONENTS ${immer_boost_components})

arximboldi/immer extra/python/CMakeLists.txt :6

find_package(Boost 1.56 REQUIRED)

arximboldi/immer extra/python/CMakeLists.txt :14

find_package(Boost 1.56 COMPONENTS python)

dscharrer/innoextract CMakeLists.txt :176

find_package(Boost REQUIRED COMPONENTS
	iostreams
	filesystem
	date_time
	system
	program_options
)

dscharrer/innoextract CMakeLists.txt :205

find_package(Boost COMPONENTS ${lib} QUIET)

arximboldi/lager CMakeLists.txt :90

find_package(Boost 1.56 COMPONENTS system REQUIRED)

arximboldi/lager example/CMakeLists.txt :113

find_package(Boost 1.56)

ledger/ledger CMakeLists.txt :89

find_package(Boost ${Required_Boost_Version}
  REQUIRED date_time filesystem system iostreams regex unit_test_framework
  ${BOOST_PYTHON} OPTIONAL_COMPONENTS nowide
  CONFIG)

intrepidcs/libicsneo third-party/libftdi/CMakeLists.txt :30

find_package(Boost)

intrepidcs/libicsneo third-party/libftdi/test/CMakeLists.txt :5

find_package(Boost COMPONENTS unit_test_framework)

libkml/libkml CMakeLists.txt :97

find_package(Boost)

libLAS/libLAS CMakeLists.txt :188

find_package(Boost 1.42 COMPONENTS iostreams program_options serialization thread REQUIRED)

rime/librime CMakeLists.txt :63

find_package(Boost 1.74.0 REQUIRED COMPONENTS regex)

rime/librime CMakeLists.txt :65

find_package(Boost 1.77.0)

arvidn/libtorrent bindings/python/CMakeLists.txt :42

find_package(Boost REQUIRED COMPONENTS ${boost-python-module-name})

arvidn/libtorrent examples/cmake/FindLibtorrentRasterbar.cmake :126

find_package(Boost QUIET REQUIRED COMPONENTS system)

schrodinger/maeparser CMakeLists.txt :42

find_package(Boost COMPONENTS iostreams REQUIRED)

schrodinger/maeparser CMakeLists.txt :47

find_package(Boost COMPONENTS zlib QUIET)

schrodinger/maeparser test/CMakeLists.txt :3

find_package(Boost COMPONENTS filesystem iostreams unit_test_framework REQUIRED)

YosysHQ/nextpnr CMakeLists.txt :176

find_package(Boost REQUIRED COMPONENTS ${boost_libs})

YosysHQ/nextpnr bba/CMakeLists.txt :6

find_package(Boost REQUIRED COMPONENTS
    program_options
    system)

OGRECave/ogre CMake/PrepareThreadingOptions.cmake :36

find_package(Boost COMPONENTS thread QUIET)

openbabel/openbabel CMakeLists.txt :318

find_package(Boost COMPONENTS program_options iostreams)

openbabel/openbabel CMakeLists.txt :439

find_package(Boost COMPONENTS filesystem iostreams unit_test_framework)

openbabel/openbabel tools/CMakeLists.txt :6

find_package(Boost COMPONENTS program_options iostreams)

aewallin/opencamlib src/pythonlib/pythonlib.cmake :8

find_package(Boost COMPONENTS python${Python3_VERSION_MAJOR}${Python3_VERSION_MINOR} REQUIRED)

BYVoid/OpenCC deps/pybind11-2.13.1/tests/CMakeLists.txt :326

find_package(Boost 1.56)

openscad/openscad CMakeLists.txt :387

find_package(Boost 1.61 REQUIRED COMPONENTS system regex program_options)

openscenegraph/OpenSceneGraph CMakeModules/FindAsio.cmake :26

FIND_PACKAGE( Boost 1.37 )

openturns/openturns CMakeLists.txt :248

find_package (Boost MODULE 1.70)

AcademySoftwareFoundation/openvdb cmake/FindOpenVDB.cmake :632

find_package(Boost REQUIRED COMPONENTS iostreams)

AcademySoftwareFoundation/openvdb openvdb/openvdb/CMakeLists.txt :120

find_package(Boost ${MINIMUM_BOOST_VERSION} REQUIRED COMPONENTS iostreams)

gwaldron/osgearth src/third_party/tinygltf/examples/validator/CMakeLists.txt :33

find_package(Boost COMPONENTS regex)

mccdo/osgworks CMakeLists.txt :111

find_package( Boost )

precice/precice CMakeLists.txt :197

find_package(Boost 1.74.0 REQUIRED CONFIG
  COMPONENTS log log_setup program_options system thread unit_test_framework
  )

YosysHQ/prjtrellis libtrellis/CMakeLists.txt :64

find_package(Boost REQUIRED COMPONENTS ${boost_libs})

pybind/pybind11 tests/CMakeLists.txt :346

find_package(Boost 1.56)

qbittorrent/qBittorrent cmake/Modules/CheckPackages.cmake :46

find_package(Boost ${minBoostVersion} REQUIRED)

lballabio/QuantLib CMakeLists.txt :164

find_package(Boost ${QL_BOOST_VERSION} REQUIRED)

eliaskosunen/scnlib cmake/dependencies.cmake :184

find_package(Boost REQUIRED COMPONENTS regex)

SOCI/soci src/core/CMakeLists.txt :126

find_package(Boost COMPONENTS date_time QUIET)

SOCI/soci src/core/CMakeLists.txt :140

find_package(Boost REQUIRED)

SOCI/soci src/core/CMakeLists.txt :142

find_package(Boost)

stxxl/stxxl CMakeLists.txt :464

find_package(Boost 1.35.0 REQUIRED COMPONENTS thread date_time iostreams system filesystem)

stxxl/stxxl CMakeLists.txt :466

find_package(Boost 1.34.1 REQUIRED COMPONENTS thread date_time iostreams filesystem)

apache/thrift build/cmake/BoostMacros.cmake :23

find_package(Boost ${BOOST_MINREV} QUIET REQUIRED)

apache/thrift build/cmake/BoostMacros.cmake :35

find_package(Boost ${BOOST_MINREV} REQUIRED COMPONENTS ${${libs}})

JonathanSalwan/Triton CMakeLists.txt :215

find_package(Boost 1.55.0)

EttusResearch/uhd host/cmake/Modules/UHDBoost.cmake :88

find_package(Boost ${UHD_BOOST_MIN_VERSION} QUIET ${UHD_BOOST_REQUIRED})

EttusResearch/uhd host/cmake/Modules/UHDBoost.cmake :151

# NOTE: This must be set -before- calling "find_package(Boost ...)".

EttusResearch/uhd host/cmake/Modules/UHDBoost.cmake :184

find_package(Boost ${UHD_BOOST_MIN_VERSION} QUIET
    OPTIONAL_COMPONENTS ${UHD_BOOST_OPTIONAL_COMPONENTS})

EttusResearch/uhd host/cmake/Modules/UHDBoost.cmake :190

find_package(Boost ${UHD_BOOST_MIN_VERSION} QUIET
    COMPONENTS ${UHD_BOOST_REQUIRED_COMPONENTS} ${UHD_BOOST_REQUIRED})

EttusResearch/uhd mpm/CMakeLists.txt :97

find_package(Boost ${MPM_BOOST_VERSION} COMPONENTS ${BOOST_REQUIRED_COMPONENTS})