summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2008-04-07 03:53:51 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2008-04-07 03:53:51 +0000
commit0d6f91ae5a00d3c995ffd8eec271a053ff9da667 (patch)
tree5b331f8ec85ae6393b5a15aebb7e61fee29a0d61 /CMakeLists.txt
parentCMake: add optional flags when found (diff)
downloadinkscape-0d6f91ae5a00d3c995ffd8eec271a053ff9da667.tar.gz
inkscape-0d6f91ae5a00d3c995ffd8eec271a053ff9da667.zip
Cmake: Moved CMAKE_C_FLAGS to ConfigCompileFlags.cmake
(bzr r5366)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 02a257491..db50b9231 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,8 +29,7 @@ SET(CMAKE_SKIP_RPATH:BOOL OFF)
SET(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/CMakeScripts)
INCLUDE(ConfigCompileFlags)
INCLUDE(ConfigInkscapeDepends)
-
-SET(CMAKE_C_FLAGS "${CMAKE_CXX_FLAGS}")
+
INCLUDE_DIRECTORIES ("${PROJECT_SOURCE_DIR}" src/)
LINK_DIRECTORIES (src/)