Skip to content

Commit 6840229

Browse files
authored
Merge pull request #295 from stack-of-tasks/hotfix/fix-python-numpy-linking-error
Fix python numpy linking error
2 parents c367c22 + 2e2e2eb commit 6840229

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ if(CMAKE_CROSSCOMPILING)
7373
else()
7474
set(PYTHON_COMPONENTS Interpreter Development.Module NumPy)
7575
endif()
76+
set(PYTHON_EXPORT_DEPENDENCY ON)
7677
FINDPYTHON()
7778

7879
IF(WIN32)

cmake

0 commit comments

Comments
 (0)