diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2020-12-14 15:55:30 +0100 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2020-12-14 15:58:31 +0100 |
commit | 34af7272582ba4c8e62811fe470fc56661f17421 (patch) | |
tree | 36814b1f868404c04a37e7851a5f1235b29be100 | |
parent | 1c9ca43e12a9c09c94b87d1c494823b3c5d7798a (diff) | |
download | extra-cmake-modules-34af7272582ba4c8e62811fe470fc56661f17421.tar.gz extra-cmake-modules-34af7272582ba4c8e62811fe470fc56661f17421.tar.bz2 |
API dox: note that KDEInstallDirs sets CMAKE_INSTALL_PREFIX if still default
NO_CHANGELOG
-rw-r--r-- | kde-modules/KDEInstallDirs.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kde-modules/KDEInstallDirs.cmake b/kde-modules/KDEInstallDirs.cmake index de4367bf..bba3a9c8 100644 --- a/kde-modules/KDEInstallDirs.cmake +++ b/kde-modules/KDEInstallDirs.cmake @@ -7,6 +7,10 @@ # Note that none of the variables defined by this module provide any # information about the location of already-installed KDE software. # +# Also sets ``CMAKE_INSTALL_PREFIX`` to the installation prefix of ECM, +# unless that variable has been already explicitly set by something else +# (since 5.61 and with CMake >= 3.7). +# # Inclusion of this module defines the following variables: # # ``KDE_INSTALL_<dir>`` |