summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Holder <thomas@thomas-holder.de>2018-10-24 20:36:45 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2018-10-24 20:36:45 +0000
commit726fa0ff062d68f64b6e4f6bd147f535aad82f05 (patch)
tree91d653e9635edb1598f70f14057a9da6998792e0
parentExpand tests for object style to include font sizes and font property (diff)
downloadinkscape-726fa0ff062d68f64b6e4f6bd147f535aad82f05.tar.gz
inkscape-726fa0ff062d68f64b6e4f6bd147f535aad82f05.zip
cmake: move "project" before "include"
-rw-r--r--CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d80e24132..e56101414 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,9 +24,11 @@ set(CMAKE_BUILD_TYPE_INIT "Release")
include(CMakeScripts/HelperFunctions.cmake)
include(CMakeScripts/ConfigEnv.cmake)
-include(CMakeScripts/ConfigPaths.cmake)
project(inkscape)
+
+include(CMakeScripts/ConfigPaths.cmake)
+
set(PROJECT_NAME inkscape)
set(INKSCAPE_VERSION_MAJOR 0)