Skip to content

Commit

Permalink
Include GNUInstallDirs for CMAKE_INSTALL_* vars to be defined (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
n-elie authored Apr 3, 2024
1 parent d7e6c61 commit 65781b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 65781b7

Please sign in to comment.