alembic/alembic
python/PyAlembic/CMakeLists.txt
:44
FIND_PACKAGE(Boost 1.53.0 COMPONENTS "python${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR}")
FIND_PACKAGE(Boost 1.53.0 COMPONENTS "python${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR}")
FIND_PACKAGE(Boost 1.53.0 COMPONENTS "python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}")
FIND_PACKAGE(Boost 1.53.0 OPTIONAL_COMPONENTS "python${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR}")
find_package(Boost COMPONENTS
program_options
serialization
unit_test_framework
)
find_package (Boost 1.70 REQUIRED CONFIG COMPONENTS system)
find_package(Boost REQUIRED COMPONENTS serialization)
find_package(Boost OPTIONAL_COMPONENTS serialization iostreams)
find_package(Boost OPTIONAL_COMPONENTS serialization iostreams)
find_package(Boost COMPONENTS program_options)
find_package(Boost)
find_package(Boost COMPONENTS thread system program_options date_time chrono)
# find_package(Boost)
find_package( Boost 1.74 REQUIRED )
find_package( Boost 1.74 REQUIRED )
find_package(Boost QUIET OPTIONAL_COMPONENTS serialization iostreams)
find_package(Boost QUIET OPTIONAL_COMPONENTS filesystem system)
find_package(Boost QUIET COMPONENTS program_options)
find_package(Boost COMPONENTS program_options)
find_package(Boost 1.61 REQUIRED)
find_package(Boost REQUIRED) # almost any Boost will do
find_package(Boost REQUIRED)
find_package(Boost COMPONENTS filesystem REQUIRED)
find_package(Boost COMPONENTS filesystem unit_test_framework REQUIRED)
find_package(Boost)
find_package(Boost 1.77 REQUIRED COMPONENTS filesystem)
find_package(Boost
REQUIRED
COMPONENTS system)
find_package(Boost 1.53 COMPONENTS atomic)
find_package(Boost 1.50 COMPONENTS system thread)
find_package(Boost 1.51.0 MODULE
COMPONENTS
context
filesystem
program_options
regex
system
thread
REQUIRED
)
# SetupCoin3D can overwrite find_package(Boost) output so keep this after.
find_package(Boost COMPONENTS filesystem program_options regex system thread date_time REQUIRED PATHS ${FREECAD_LIBPACK_DIR}/lib/cmake NO_DEFAULT_PATH)
find_package(Boost ${BOOST_MIN_VERSION}
COMPONENTS ${BOOST_COMPONENTS} REQUIRED)
# PCL needs to be found before boost because the PCLConfig also calls find_package(Boost ...),
find_package(Boost COMPONENTS signals REQUIRED)
find_package (Boost 1.70 CONFIG)
find_package (Boost 1.64 COMPONENTS serialization)
find_package (Boost 1.64)
find_package (Boost REQUIRED COMPONENTS python)
find_package(Boost COMPONENTS thread REQUIRED)
find_package(
Boost ${GR_BOOST_MIN_VERSION} ${GR_BOOST_REQUIRED}
COMPONENTS ${BOOST_REQUIRED_COMPONENTS}
OPTIONAL_COMPONENTS unit_test_framework)
find_package(Boost REQUIRED)
find_package(Boost REQUIRED)
find_package(Boost REQUIRED)
find_package(Boost REQUIRED COMPONENTS system filesystem program_options)
find_package(Boost REQUIRED COMPONENTS python)
find_package(Boost REQUIRED COMPONENTS python)
find_package(Boost REQUIRED COMPONENTS python)
find_package(Boost 1.56 COMPONENTS ${immer_boost_components})
find_package(Boost 1.56 REQUIRED)
find_package(Boost 1.56 COMPONENTS python)
find_package(Boost REQUIRED COMPONENTS
iostreams
filesystem
date_time
system
program_options
)
find_package(Boost COMPONENTS ${lib} QUIET)
find_package(Boost 1.56 COMPONENTS system REQUIRED)
find_package(Boost 1.56)
find_package(Boost ${Required_Boost_Version}
REQUIRED date_time filesystem system iostreams regex unit_test_framework
${BOOST_PYTHON} OPTIONAL_COMPONENTS nowide
CONFIG)
find_package(Boost)
find_package(Boost COMPONENTS unit_test_framework)
find_package(Boost)
find_package(Boost 1.42 COMPONENTS iostreams program_options serialization thread REQUIRED)
find_package(Boost 1.74.0 REQUIRED COMPONENTS regex)
find_package(Boost 1.77.0)
find_package(Boost REQUIRED COMPONENTS ${boost-python-module-name})
find_package(Boost QUIET REQUIRED COMPONENTS system)
find_package(Boost COMPONENTS iostreams REQUIRED)
find_package(Boost COMPONENTS zlib QUIET)
find_package(Boost COMPONENTS filesystem iostreams unit_test_framework REQUIRED)
find_package(Boost REQUIRED COMPONENTS ${boost_libs})
find_package(Boost REQUIRED COMPONENTS
program_options
system)
find_package(Boost COMPONENTS thread QUIET)
find_package(Boost COMPONENTS program_options iostreams)
find_package(Boost COMPONENTS filesystem iostreams unit_test_framework)
find_package(Boost COMPONENTS program_options iostreams)
find_package(Boost COMPONENTS python${Python3_VERSION_MAJOR}${Python3_VERSION_MINOR} REQUIRED)
find_package(Boost 1.56)
find_package(Boost 1.61 REQUIRED COMPONENTS system regex program_options)
FIND_PACKAGE( Boost 1.37 )
find_package (Boost MODULE 1.70)
find_package(Boost REQUIRED COMPONENTS iostreams)
find_package(Boost ${MINIMUM_BOOST_VERSION} REQUIRED COMPONENTS iostreams)
find_package(Boost COMPONENTS regex)
find_package( Boost )
find_package(Boost 1.74.0 REQUIRED CONFIG
COMPONENTS log log_setup program_options system thread unit_test_framework
)
find_package(Boost REQUIRED COMPONENTS ${boost_libs})
find_package(Boost 1.56)
find_package(Boost ${minBoostVersion} REQUIRED)
find_package(Boost ${QL_BOOST_VERSION} REQUIRED)
find_package(Boost REQUIRED COMPONENTS regex)
find_package(Boost COMPONENTS date_time QUIET)
find_package(Boost REQUIRED)
find_package(Boost)
find_package(Boost 1.35.0 REQUIRED COMPONENTS thread date_time iostreams system filesystem)
find_package(Boost 1.34.1 REQUIRED COMPONENTS thread date_time iostreams filesystem)
find_package(Boost ${BOOST_MINREV} QUIET REQUIRED)
find_package(Boost ${BOOST_MINREV} REQUIRED COMPONENTS ${${libs}})
find_package(Boost 1.55.0)
find_package(Boost ${UHD_BOOST_MIN_VERSION} QUIET ${UHD_BOOST_REQUIRED})
# NOTE: This must be set -before- calling "find_package(Boost ...)".
find_package(Boost ${UHD_BOOST_MIN_VERSION} QUIET
OPTIONAL_COMPONENTS ${UHD_BOOST_OPTIONAL_COMPONENTS})
find_package(Boost ${UHD_BOOST_MIN_VERSION} QUIET
COMPONENTS ${UHD_BOOST_REQUIRED_COMPONENTS} ${UHD_BOOST_REQUIRED})
find_package(Boost ${MPM_BOOST_VERSION} COMPONENTS ${BOOST_REQUIRED_COMPONENTS})