From db961204c82665ea479dfd32761c39fc46502002 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Thu, 21 Jan 2021 19:23:21 +0100 Subject: [PATCH] Move GNUInstallDirs after the project languages --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")