Skip to content

Commit 828f984

Browse files
committed
fix CI
Signed-off-by: Anton Dukhovnikov <[email protected]>
1 parent 56457e9 commit 828f984

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

usd/cmake/Packages.cmake

+7-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ if (ENABLE_PYTHON_SUPPORT)
1313
# find_package(PythonLibs 2.7 REQUIRED)
1414
# endif()
1515

16-
find_package (Python3 COMPONENTS Interpreter Development)
16+
find_package (Python3 COMPONENTS Interpreter Development Development.Module)
17+
18+
19+
message( WARNING 'Python3_LIBRARY ${Python3_LIBRARY}' )
20+
message( WARNING 'Python_LIBRARY ${Python_LIBRARY}' )
21+
message( WARNING 'Python3_INCLUDE_DIR ${Python3_INCLUDE_DIR}' )
22+
message( WARNING 'Python_INCLUDE_DIR ${Python_INCLUDE_DIR}' )
1723

1824
# Pick up boost version variables.
1925
find_package(Boost CONFIG REQUIRED)

0 commit comments

Comments
 (0)