From 726fa0ff062d68f64b6e4f6bd147f535aad82f05 Mon Sep 17 00:00:00 2001 From: Thomas Holder Date: Wed, 24 Oct 2018 20:36:45 +0000 Subject: cmake: move "project" before "include" --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3