Re: [CMake] Removing flags added by the Platform modules

2009-06-16 Thread Alexandre.Feblot
] Removing flags added by the Platform modules We have a problem on AIX with the IBM C++ compiler. In the standard cmake AIX Platform module in cmake-2.6/Modules/Platform, the following variables are set: SET(CMAKE_PLATFORM_REQUIRED_RUNTIME_PATH /usr/lib /lib) SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG

Re: [CMake] Removing flags added by the Platform modules

2009-06-02 Thread Mike Jackson
You can always replace the file in the modules directory with your own edited version. Mike Jackson Sent from my iPod On Jun 2, 2009, at 19:22, Will Dicharry wrote: We have a problem on AIX with the IBM C++ compiler. In the standard cmake AIX Platform module in cmake-2.6/Modules/Platf

[CMake] Removing flags added by the Platform modules

2009-06-02 Thread Will Dicharry
We have a problem on AIX with the IBM C++ compiler. In the standard cmake AIX Platform module in cmake-2.6/Modules/Platform, the following variables are set: SET(CMAKE_PLATFORM_REQUIRED_RUNTIME_PATH /usr/lib /lib) SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG "-Wl,-blibpath:") The strange thing is