Include GNUInstallDirs for CMAKE_INSTALL_* vars to be defined (#621)

This commit is contained in:
Nicolas Elie 2024-04-03 23:49:37 +02:00 committed by GitHub
parent d7e6c613c6
commit 65781b7cac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 3.5)
project(QtAdvancedDockingSystem LANGUAGES CXX VERSION ${VERSION_SHORT})
include(GNUInstallDirs)
if (${QT_VERSION_MAJOR})
message(STATUS "Forced to use Qt version ${QT_VERSION_MAJOR}")
find_package(QT NAMES Qt${QT_VERSION_MAJOR} COMPONENTS Core REQUIRED)