We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c272897 commit 2e2e2ebCopy full SHA for 2e2e2eb
CMakeLists.txt
@@ -73,6 +73,7 @@ if(CMAKE_CROSSCOMPILING)
73
else()
74
set(PYTHON_COMPONENTS Interpreter Development.Module NumPy)
75
endif()
76
+set(PYTHON_EXPORT_DEPENDENCY ON)
77
FINDPYTHON()
78
79
IF(WIN32)
0 commit comments