mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Factor SCO compiler info out of platform file (#11700)
Move these flags out of the SCO_SV platform file so that other compilers may be used on that platform without interference.
This commit is contained in:
@@ -1,5 +1,2 @@
|
||||
SET(CMAKE_SHARED_LIBRARY_C_FLAGS "-Kpic -belf")
|
||||
SET(CMAKE_SHARED_LIBRARY_CXX_FLAGS "-Kpic -belf")
|
||||
SET(CMAKE_DL_LIBS "")
|
||||
SET(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-belf -Wl,-Bexport")
|
||||
INCLUDE(Platform/UnixPaths)
|
||||
|
||||
Reference in New Issue
Block a user