Skip to content
Snippets Groups Projects
Commit d7c84707 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[CMake] fix CMP0115

parent d79b07b3
No related branches found
No related tags found
No related merge requests found
Pipeline #15647 failed
......@@ -47,7 +47,7 @@ SET(plugins
FOREACH(plugin ${plugins})
GET_FILENAME_COMPONENT(LIBRARY_NAME ${plugin} NAME)
ADD_LIBRARY(${LIBRARY_NAME} SHARED ${plugin})
ADD_LIBRARY(${LIBRARY_NAME} SHARED "${plugin}.cpp")
IF(SUFFIX_SO_VERSION)
SET_TARGET_PROPERTIES(${LIBRARY_NAME} PROPERTIES SOVERSION ${PROJECT_VERSION})
......
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