summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-01-21 19:23:21 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-01-21 19:23:21 +0100
commitdb961204c82665ea479dfd32761c39fc46502002 (patch)
tree0d37e55ae7b74ef4623343145241d3e91f8bde1a
parentActually use stored size in splitter after restart (diff)
downloadnheko-db961204c82665ea479dfd32761c39fc46502002.tar.xz
Move GNUInstallDirs after the project languages
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index 5fc2a2bf..d03fc50c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -72,12 +72,13 @@ if(${CMAKE_VERSION} VERSION_LESS "3.14.0") endmacro() endif() +project(nheko LANGUAGES CXX C) + include(GNUInstallDirs) # Include Qt basic functions include(QtCommon) -project(nheko LANGUAGES CXX C) set(CPACK_PACKAGE_VERSION_MAJOR "0") set(CPACK_PACKAGE_VERSION_MINOR "8") set(CPACK_PACKAGE_VERSION_PATCH "0")