Move GNUInstallDirs after the project languages
This commit is contained in:
parent
3b0d14b1b9
commit
db961204c8
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user