summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/CMakeLists.txt b/src/util/CMakeLists.txt
index 330d49662..a5aed5be2 100644
--- a/src/util/CMakeLists.txt
+++ b/src/util/CMakeLists.txt
@@ -7,5 +7,4 @@ set(util_SRC
units.cpp
)
-add_library(util_LIB STATIC ${util_SRC})
-target_link_libraries(util_LIB 2geom_LIB ${INKSCAPE_LIBS})
+add_library(util_LIB ${util_SRC})