BUG: fix for bug 383 gcc flags are now always set if the compiler is gnu

This commit is contained in:
Bill Hoffman
2003-11-14 10:44:12 -05:00
parent a293f8f7a0
commit c3530dd01f
22 changed files with 59 additions and 17 deletions

View File

@@ -1,2 +1,4 @@
SET(CMAKE_SHARED_LIBRARY_C_FLAGS "-K PIC")
SET(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-Wl,-Bexport")
# include the gcc flags
INCLUDE(${CMAKE_ROOT}/Modules/Platform/gcc.cmake)