diff options
| author | Thomas Holder <thomas@thomas-holder.de> | 2018-10-24 20:36:45 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2018-10-24 20:36:45 +0000 |
| commit | 726fa0ff062d68f64b6e4f6bd147f535aad82f05 (patch) | |
| tree | 91d653e9635edb1598f70f14057a9da6998792e0 | |
| parent | Expand tests for object style to include font sizes and font property (diff) | |
| download | inkscape-726fa0ff062d68f64b6e4f6bd147f535aad82f05.tar.gz inkscape-726fa0ff062d68f64b6e4f6bd147f535aad82f05.zip | |
cmake: move "project" before "include"
| -rw-r--r-- | CMakeLists.txt | 4 |
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) |
