Skip to content
Snippets Groups Projects
Unverified Commit 50e03f61 authored by Joris Vaillant's avatar Joris Vaillant
Browse files

cmake: Setup the right library suffix for bindings

parent a6b31f04
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ get_relative_rpath(${${wrap}_INSTALL_DIR} ${wrap}_INSTALL_RPATH)
set_target_properties(
${wrap}
PROPERTIES PREFIX ""
SUFFIX ${PYTHON_EXT_SUFFIX}
OUTPUT_NAME ${PROJECT_NAME}
INSTALL_RPATH "${${wrap}_INSTALL_RPATH}")
cxx_flags_by_compiler_frontend(GNU -Wno-conversion OUTPUT PRIVATE_OPTIONS
......
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