Skip to content

Commit ab63b26

Browse files
committed
fix CI
Signed-off-by: Anton Dukhovnikov <[email protected]>
1 parent 16f20da commit ab63b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usd/cmake/Packages.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (ENABLE_PYTHON_SUPPORT)
1616
find_package (Python3 COMPONENTS Interpreter Development)
1717

1818
# Pick up boost version variables.
19-
find_package(Boost REQUIRED)
19+
find_package(Boost CONFIG REQUIRED)
2020

2121
# We can use Boost_VERSION_STRING in CMake 3.14+.
2222
set(boost_version_string "${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION}.${Boost_SUBMINOR_VERSION}")

0 commit comments

Comments
 (0)