Commit 7a0cecd5 authored by Dominik Charousset's avatar Dominik Charousset

Set SOVERSION to full CAF version

parent bfb49139
......@@ -21,10 +21,9 @@ if (OpenCL_LIBRARIES)
target_link_libraries(libcaf_opencl_shared ${LD_FLAGS}
${LIBCAF_CORE_LIBRARY}
${OpenCL_LIBRARIES})
set(LIBRARY_SOVERSION "${CAF_VERSION_MAJOR}")
set_target_properties(libcaf_opencl_shared
PROPERTIES
SOVERSION "${LIBRARY_SOVERSION}"
SOVERSION "${CAF_VERSION}"
VERSION "${CAF_VERSION}"
OUTPUT_NAME caf_opencl)
if(NOT WIN32)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment