Re: [CMake] CMAKE_C_FLAGS reset to empty string

2009-12-10 Thread Ingolf Steinbach
2009/12/8 Ingolf Steinbach : > (Using cmake 2.6.4 on Linux). When I later call ccmake > in the top-level build directory, the CMAKE_C_FLAGS variable does not > contain the value specified in the toolchain file but is instead > empty. The specified flags are not used for compilation of C sources. R

[CMake] CMAKE_C_FLAGS reset to empty string

2009-12-08 Thread Ingolf Steinbach
Hi, Why are the CMAKE_C_FLAGS reset to the empty string when calling cmake as shown below? (Using cmake 2.6.4 on Linux). When I later call ccmake in the top-level build directory, the CMAKE_C_FLAGS variable does not contain the value specified in the toolchain file but is instead empty. The specif