Re: [CMake] CMAKE_BUILD_TYPE does not work correctly for Linux and CMake-2.4.6

2007-04-03 Thread Alan W. Irwin
On 2007-04-01 13:59-0700 Alan W. Irwin wrote: I have found two bugs in compiler flag support for Linux that I would like to discuss here before making formal bug reports. 1. A general compiler flag bug with ENABLE_LANGUAGE. The combination PROJECT(free_eos CXX) ENABLE_LANGUAGE(C) defines

[CMake] CMAKE_BUILD_TYPE does not work correctly for Linux and CMake-2.4.6

2007-04-01 Thread Alan W. Irwin
I have found two bugs in compiler flag support for Linux that I would like to discuss here before making formal bug reports. 1. A general compiler flag bug with ENABLE_LANGUAGE. By accident while investigating the second fortran-related compiler flag bug below, I also happened an