Skip to content
Snippets Groups Projects
Commit b141d114 authored by Gabriele Buondonno's avatar Gabriele Buondonno
Browse files

[bindings] [CMakeLists] Fix Mac and Windows library

parent 11ceff66
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ SET_TARGET_PROPERTIES(${LIBRARY_NAME} PROPERTIES
PREFIX ""
LIBRARY_OUTPUT_NAME ${LIBRARY_NAME})
SET_TARGET_PROPERTIES(${PROJECT_NAME} PROPERTIES SUFFIX "${PYTHON_EXT_SUFFIX}")
SET_TARGET_PROPERTIES(${LIBRARY_NAME} PROPERTIES SUFFIX "${PYTHON_EXT_SUFFIX}")
INSTALL(TARGETS ${LIBRARY_NAME}
DESTINATION ${PYTHON_SITELIB})
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