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
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