Take changes used by pkgsrc [1]: * so filename versioning requires CMAKE_SHARED_LIBRARY_SONAME_C_FLAG. [1] http://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/devel/cmake/patches/
4 lines
96 B
CMake
4 lines
96 B
CMake
set(CMAKE_DL_LIBS "")
|
|
set(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-h,")
|
|
include(Platform/UnixPaths)
|