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 02d4380 commit d942bcaCopy full SHA for d942bca
CMakeLists.txt
@@ -56,6 +56,10 @@ ENDIF(BUILD_UNIT_TESTS)
56
FINDPYTHON()
57
FIND_NUMPY()
58
59
+IF(WIN32)
60
+ LINK_DIRECTORIES(${PYTHON_LIBRARY_DIRS})
61
+ENDIF(WIN32)
62
+
63
# ----------------------------------------------------
64
# --- DEPENDENCIES -----------------------------------
65
0 commit comments