diff options
author | David Edmundson <kde@davidedmundson.co.uk> | 2019-11-26 11:54:29 +0000 |
---|---|---|
committer | David Edmundson <kde@davidedmundson.co.uk> | 2019-11-26 11:54:29 +0000 |
commit | be2beb96a3b82db382e2d9fcaa15c42769c5f8fb (patch) | |
tree | 359ca123d79cc21e9a8b546b47a82eed2d3b27a0 /kde-modules | |
parent | b7497e8b335befbd043730a2833e8c15461482ff (diff) | |
download | extra-cmake-modules-be2beb96a3b82db382e2d9fcaa15c42769c5f8fb.tar.gz extra-cmake-modules-be2beb96a3b82db382e2d9fcaa15c42769c5f8fb.tar.bz2 |
Fix typo
Diffstat (limited to 'kde-modules')
-rw-r--r-- | kde-modules/KDEInstallDirs.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-modules/KDEInstallDirs.cmake b/kde-modules/KDEInstallDirs.cmake index 59e39d94..c1d056b8 100644 --- a/kde-modules/KDEInstallDirs.cmake +++ b/kde-modules/KDEInstallDirs.cmake @@ -242,7 +242,7 @@ # GNUInstallDirs code deals with re-configuring, but that is dealt with # by the _define_* macros in this module). set(_LIBDIR_DEFAULT "lib") -# Override this default 'lib' with 'lib64' iff: +# Override this default 'lib' with 'lib64' if: # - we are on a Linux, kFreeBSD or Hurd system but NOT cross-compiling # - we are NOT on debian # - we are NOT on flatpak |