diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-03-31 19:56:08 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-03-31 19:56:08 +0000 |
| commit | 9763405dc97a784b66145a6146217537b51fa652 (patch) | |
| tree | 10b50d7b66e648176774cbb8c685cb2eb92e8de8 /CMakeScripts/ConfigInkscapeDepends.cmake | |
| parent | add specific location for compiler flags; like optimization, define, debug an... (diff) | |
| download | inkscape-9763405dc97a784b66145a6146217537b51fa652.tar.gz inkscape-9763405dc97a784b66145a6146217537b51fa652.zip | |
cmake: add define flags
(bzr r5275)
Diffstat (limited to '')
| -rw-r--r-- | CMakeScripts/ConfigInkscapeDepends.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeScripts/ConfigInkscapeDepends.cmake b/CMakeScripts/ConfigInkscapeDepends.cmake index 1160b856d..607ce7601 100644 --- a/CMakeScripts/ConfigInkscapeDepends.cmake +++ b/CMakeScripts/ConfigInkscapeDepends.cmake @@ -50,7 +50,6 @@ ENDFOREACH(opt) message(STATUS "") message(STATUS "") -SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall") SET(CMAKE_MAKE_PROGRAM "${CMAKE_MAKE_PROGRAM} -j2") INCLUDE (CheckIncludeFiles) |
