Skip to content
Snippets Groups Projects
Verified Commit 1c02745c authored by Justin Carpentier's avatar Justin Carpentier
Browse files

cmake: fix Windows issue

parent d49190aa
No related branches found
No related tags found
No related merge requests found
...@@ -10,9 +10,6 @@ SET(PROJECT_URL https://github.com/${PROJECT_ORG}/${PROJECT_NAME}) ...@@ -10,9 +10,6 @@ SET(PROJECT_URL https://github.com/${PROJECT_ORG}/${PROJECT_NAME})
OPTION(BUILD_PYTHON_INTERFACE "Build the python unit tests and helpers" ON) OPTION(BUILD_PYTHON_INTERFACE "Build the python unit tests and helpers" ON)
OPTION(INSTALL_PYTHON_INTERFACE_ONLY "Install *ONLY* the python interface" OFF) OPTION(INSTALL_PYTHON_INTERFACE_ONLY "Install *ONLY* the python interface" OFF)
MESSAGE(STATUS "python: ${PYTHON_SITELIB}")
#STRING(REPLACE "\\" "/" TEST ${PYTHON_SITELIB})
#MESSAGE(STATUS "python: ${TEST}")
# Project configuration # Project configuration
IF(NOT INSTALL_PYTHON_INTERFACE_ONLY) IF(NOT INSTALL_PYTHON_INTERFACE_ONLY)
SET(PROJECT_USE_CMAKE_EXPORT TRUE) SET(PROJECT_USE_CMAKE_EXPORT TRUE)
......
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