summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2017-11-02 21:23:24 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2017-11-02 21:23:24 +0000
commit2479a36d9f59544f8b0978f1577ec8a7613c74be (patch)
tree7b9c19f9053eddc28556b0d1aac19e772a0f00f7
parentdo not build grid2 in target all (diff)
downloadinkscape-2479a36d9f59544f8b0978f1577ec8a7613c74be.tar.gz
inkscape-2479a36d9f59544f8b0978f1577ec8a7613c74be.zip
fix build
-rw-r--r--CMakeScripts/HelperMacros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeScripts/HelperMacros.cmake b/CMakeScripts/HelperMacros.cmake
index a0bdd9866..54bbf9d09 100644
--- a/CMakeScripts/HelperMacros.cmake
+++ b/CMakeScripts/HelperMacros.cmake
@@ -29,7 +29,7 @@ macro(add_inkscape_lib
name
sources)
- add_library(${name} ${sources})
+ add_library(${name} STATIC ${sources})
# works fine without having the includes
# listed is helpful for IDE's (QtCreator/MSVC)