We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f20da commit ab63b26Copy full SHA for ab63b26
usd/cmake/Packages.cmake
@@ -16,7 +16,7 @@ if (ENABLE_PYTHON_SUPPORT)
16
find_package (Python3 COMPONENTS Interpreter Development)
17
18
# Pick up boost version variables.
19
- find_package(Boost REQUIRED)
+ find_package(Boost CONFIG REQUIRED)
20
21
# We can use Boost_VERSION_STRING in CMake 3.14+.
22
set(boost_version_string "${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION}.${Boost_SUBMINOR_VERSION}")
0 commit comments