Peter Kümmel wrote:
(1) The 2.4.2 docu states: "Adds flags to command line of C and C++ compilers. This command can be used to add any flag to a compile line, but the -D flag is accepted most C/C++ compilers. Other flags may not be as portable." (2) It works as expecetd with gnu makefils generators (Linux gnu make and windows nmake), only MSVS 2003 generator adds the extra /D and quotes in front. I think that does not work with different flags for each subdirectory - but I will try.SET(CMAKE_CXX_FLAGS_DEBUG "-wd4996 -wd4800") Jan. -- Dipl.-Ing. Jan Woetzel -------------------------------------------------- University of Kiel Institute of Computer Science and Applied Mathematics Hermann-Rodewald-Str. 3 [room 310] 24098 Kiel/Germany -------------------------------------------------- Phone +49-431-880-4477 Fax +49-431-880-4054 Mob. +49-179-2937346 -------------------------------------------------- Url www.mip.informatik.uni-kiel.de/~jw Email [EMAIL PROTECTED] |
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
