diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-11-14 15:44:12 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-11-14 15:44:12 (GMT) |
commit | c3530dd01f4e44af3e6218d51533f9d10ea3ae53 (patch) | |
tree | dc21f1ac5db3571a667d0d4a150c64c9facde3d0 /Modules/Platform/SCO_SV.cmake | |
parent | a293f8f7a0ee9d26b3a3ac50fe2f6555dc130a17 (diff) | |
download | CMake-c3530dd01f4e44af3e6218d51533f9d10ea3ae53.zip CMake-c3530dd01f4e44af3e6218d51533f9d10ea3ae53.tar.gz CMake-c3530dd01f4e44af3e6218d51533f9d10ea3ae53.tar.bz2 |
BUG: fix for bug 383 gcc flags are now always set if the compiler is gnu
Diffstat (limited to 'Modules/Platform/SCO_SV.cmake')
-rw-r--r-- | Modules/Platform/SCO_SV.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/SCO_SV.cmake b/Modules/Platform/SCO_SV.cmake index 89dcd56..929b04d 100644 --- a/Modules/Platform/SCO_SV.cmake +++ b/Modules/Platform/SCO_SV.cmake @@ -2,3 +2,5 @@ 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 the gcc flags +INCLUDE(${CMAKE_ROOT}/Modules/Platform/gcc.cmake) |