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.
2 parents c367c22 + 2e2e2eb commit 6840229Copy full SHA for 6840229
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)
cmake
0 commit comments