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 1907dad commit 7631a42Copy full SHA for 7631a42
python/CMakeLists.txt
@@ -55,7 +55,9 @@ SET(PYTHON_FILES
55
)
56
57
FOREACH(python ${PYTHON_FILES})
58
- PYTHON_BUILD(${PROJECT_NAME} ${python})
+ IF(NOT WIN32)
59
+ PYTHON_BUILD(${PROJECT_NAME} ${python})
60
+ ENDIF()
61
INSTALL(FILES
62
"${CMAKE_CURRENT_SOURCE_DIR}/eigenpy/${python}"
63
DESTINATION ${${PYWRAP}_INSTALL_DIR})
0 commit comments