We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56457e9 commit 828f984Copy full SHA for 828f984
usd/cmake/Packages.cmake
@@ -13,7 +13,13 @@ if (ENABLE_PYTHON_SUPPORT)
13
# find_package(PythonLibs 2.7 REQUIRED)
14
# endif()
15
16
- find_package (Python3 COMPONENTS Interpreter Development)
+ 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}' )
23
24
# Pick up boost version variables.
25
find_package(Boost CONFIG REQUIRED)
0 commit comments