summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2008-04-28 00:55:12 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2008-04-28 00:55:12 +0000
commite4e5be8b36fc8aa242094be5d179caeb242aa0d0 (patch)
tree1090fb273fdb6a04814a06eddb590e15e98bb391 /CMakeLists.txt
parentUpdate inkscape-filter.svg with newer version (diff)
downloadinkscape-e4e5be8b36fc8aa242094be5d179caeb242aa0d0.tar.gz
inkscape-e4e5be8b36fc8aa242094be5d179caeb242aa0d0.zip
Cmake: Fixed issues with pedro not linking correctly
(bzr r5534)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 89af45e86..c552147ef 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ SET(CMAKE_INCLUDE_CURRENT_DIR TRUE)
#Pretty colors
SET(CMAKE_COLOR_MAKEFILE ON)
#Choose verbosity level
-SET(CMAKE_VERBOSE_MAKEFILE ON)
+SET(CMAKE_VERBOSE_MAKEFILE OFF)
# Probably best to move all these path things to a single file
IF(WIN32)