diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-05-03 02:35:32 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-05-03 02:35:32 +0000 |
| commit | fc259d9392a7569098c871d9aa5efe7b3fe66219 (patch) | |
| tree | c6de3a960872f886f1774a8ace934aaa7d122e6d /src/CMakeLists.txt | |
| parent | make more messages immediate (diff) | |
| download | inkscape-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.txt | 8 |
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
+#)
|
