mirror of
https://github.com/reactos/CMake.git
synced 2024-12-05 02:06:34 +00:00
56539d89da
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)
|