aboutsummaryrefslogtreecommitdiff
path: root/kde-modules/KDEInstallDirsCommon.cmake
diff options
context:
space:
mode:
authorVolker Krause <vkrause@kde.org>2022-01-23 17:35:40 +0100
committerAhmad Samir <a.samirh78@gmail.com>2022-01-25 09:05:16 +0000
commitb25b7df554da25889f7839ac09d8051e018d1e59 (patch)
treef0732a4f7b719f0adda3c4ed30157baa90c515ce /kde-modules/KDEInstallDirsCommon.cmake
parentb692afe0cb77141d2c0048b4433857951bb1b3ba (diff)
downloadextra-cmake-modules-b25b7df554da25889f7839ac09d8051e018d1e59.tar.gz
extra-cmake-modules-b25b7df554da25889f7839ac09d8051e018d1e59.tar.bz2
Adapt KDEInstallDirs unit test to consider the new version-less variables
Fixes unit tests with Qt6 and identified the missing definition of the full path variables for aliases.
Diffstat (limited to 'kde-modules/KDEInstallDirsCommon.cmake')
-rw-r--r--kde-modules/KDEInstallDirsCommon.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/kde-modules/KDEInstallDirsCommon.cmake b/kde-modules/KDEInstallDirsCommon.cmake
index bc98a3e0..aae70d61 100644
--- a/kde-modules/KDEInstallDirsCommon.cmake
+++ b/kde-modules/KDEInstallDirsCommon.cmake
@@ -185,6 +185,7 @@ macro(_define_relative varname parent subdir docstring)
endif()
if (_aliasname)
set(KDE_INSTALL_${_aliasname} "${KDE_INSTALL_${varname}}")
+ set(KDE_INSTALL_FULL_${_aliasname} "${KDE_INSTALL_FULL_${varname}}")
endif()
endmacro()