summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2008-05-03 02:35:32 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2008-05-03 02:35:32 +0000
commitfc259d9392a7569098c871d9aa5efe7b3fe66219 (patch)
treec6de3a960872f886f1774a8ace934aaa7d122e6d /src/CMakeLists.txt
parentmake more messages immediate (diff)
downloadinkscape-fc259d9392a7569098c871d9aa5efe7b3fe66219.tar.gz
inkscape-fc259d9392a7569098c871d9aa5efe7b3fe66219.zip
Cmake: Fix some double linking flags
(bzr r5584)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 4984daa17..6e446b284 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -611,8 +611,8 @@ TARGET_LINK_LIBRARIES(inkscape
)
# make executable for INKVIEW
-ADD_EXECUTABLE(inkview inkview.cpp)
-TARGET_LINK_LIBRARIES(inkview
- "${INKSCAPE_LINK_FLAGS}" 2geom avoid cola croco gdl nr nrtype vpsc livarot
-)
+#ADD_EXECUTABLE(inkview inkview.cpp)
+#TARGET_LINK_LIBRARIES(inkview
+# "${INKSCAPE_LINK_FLAGS}" 2geom avoid cola croco gdl nr nrtype vpsc livarot
+#)