summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--src/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9789cd52c..263107362 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 ON)
# Probably best to move all these path things to a single file
IF(WIN32)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c2a3de9ff..8164d3b46 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -238,7 +238,7 @@ ${ui_SRC}
# make executable for INKSCAPE
ADD_EXECUTABLE(inkscape ${INKSCAPE_SRC})
TARGET_LINK_LIBRARIES(inkscape
- "${INKSCAPE_LINK_FLAGS}"
+ "${INKSCAPE_LINK_FLAGS}" avoid cola croco gdl nr nrtype vpsc
)
#INSTALL(TARGETS INKSCAPE
# RUNTIME DESTINATION bin