Ticket #30586: patch-CMakeLists.txt.diff
File patch-CMakeLists.txt.diff, 446 bytes (added by luiji@…, 13 years ago) |
---|
-
CMakeLists.txt
old new 44 44 # Add some gcc-specific command lines. 45 45 IF(CMAKE_COMPILER_IS_GNUCC) 46 46 # Always build with debug symbols...you can strip it later. 47 ADD_DEFINITIONS(-g -pipe - Werror -fsigned-char)47 ADD_DEFINITIONS(-g -pipe -fsigned-char) 48 48 49 49 # Stupid BeOS generates warnings in the system headers. 50 50 IF(NOT BEOS)