Changeset 1055:60f4aaedb20f in lemon for CMakeLists.txt
- Timestamp:
- 04/12/11 07:52:25 (14 years ago)
- Branch:
- 1.2
- Parents:
- 1051:cc9bb4f95ed3 (diff), 1053:64260c0f58eb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CMakeLists.txt
r1035 r1055 52 52 ELSE() 53 53 IF(CMAKE_COMPILER_IS_GNUCXX) 54 SET(CXX_WARNING "-Wall -W -Wunused -Wformat=2 -Wctor-dtor-privacy -Wnon-virtual-dtor -Wno-char-subscripts -Wwrite-strings -Wno-char-subscripts -Wreturn-type -Wcast-qual -Wcast-align -Wsign-promo -Woverloaded-virtual - ansi -fno-strict-aliasing -Wold-style-cast -Wno-unknown-pragmas")54 SET(CXX_WARNING "-Wall -W -Wunused -Wformat=2 -Wctor-dtor-privacy -Wnon-virtual-dtor -Wno-char-subscripts -Wwrite-strings -Wno-char-subscripts -Wreturn-type -Wcast-qual -Wcast-align -Wsign-promo -Woverloaded-virtual -fno-strict-aliasing -Wold-style-cast -Wno-unknown-pragmas") 55 55 SET(CMAKE_CXX_FLAGS_DEBUG CACHE STRING "-ggdb") 56 56 SET(CMAKE_C_FLAGS_DEBUG CACHE STRING "-ggdb") -
CMakeLists.txt
r1053 r1055 115 115 SET(LEMON_HAVE_LONG_LONG ${HAVE_LONG_LONG}) 116 116 117 INCLUDE(FindPythonInterp) 118 117 119 ENABLE_TESTING() 118 120
Note: See TracChangeset
for help on using the changeset viewer.