Skip to content
Snippets Groups Projects
Unverified Commit 68402296 authored by Justin Carpentier's avatar Justin Carpentier Committed by GitHub
Browse files

Merge pull request #295 from stack-of-tasks/hotfix/fix-python-numpy-linking-error

Fix python numpy linking error
parents c367c22d 2e2e2ebb
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,7 @@ if(CMAKE_CROSSCOMPILING)
else()
set(PYTHON_COMPONENTS Interpreter Development.Module NumPy)
endif()
set(PYTHON_EXPORT_DEPENDENCY ON)
FINDPYTHON()
IF(WIN32)
......
Subproject commit acedbab3743d87368d6fca446d85d35ba0c3f1b8
Subproject commit cf8b78dd9cdb220e77623d2997bf223f39da563f
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment