Skip to content

Commit 65781b7

Browse files
authored
Include GNUInstallDirs for CMAKE_INSTALL_* vars to be defined (#621)
1 parent d7e6c61 commit 65781b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
22
project(QtAdvancedDockingSystem LANGUAGES CXX VERSION ${VERSION_SHORT})
3+
include(GNUInstallDirs)
34
if (${QT_VERSION_MAJOR})
45
message(STATUS "Forced to use Qt version ${QT_VERSION_MAJOR}")
56
find_package(QT NAMES Qt${QT_VERSION_MAJOR} COMPONENTS Core REQUIRED)

0 commit comments

Comments
 (0)