diff options
author | Rohan Garg <rohan16garg@gmail.com> | 2014-09-05 11:11:36 +0200 |
---|---|---|
committer | Rohan Garg <rohan16garg@gmail.com> | 2014-09-05 11:11:36 +0200 |
commit | 6be0fc90efcfaa310ee95d342c2b57855a12c4e3 (patch) | |
tree | 1db0126226f3e906b6b24dd7153322c811c8dbd9 /modules | |
parent | 96e7fb9969b761cce956a3500ede3b1c6cb29c65 (diff) | |
download | extra-cmake-modules-6be0fc90efcfaa310ee95d342c2b57855a12c4e3.tar.gz extra-cmake-modules-6be0fc90efcfaa310ee95d342c2b57855a12c4e3.tar.bz2 |
Fixup a minor typo from the last commit
Diffstat (limited to 'modules')
-rw-r--r-- | modules/ECMGeneratePriFile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMGeneratePriFile.cmake b/modules/ECMGeneratePriFile.cmake index 53cd69db..b353e867 100644 --- a/modules/ECMGeneratePriFile.cmake +++ b/modules/ECMGeneratePriFile.cmake @@ -82,7 +82,7 @@ # (To distribute this file outside of extra-cmake-modules, substitute the full # License text for the above reference.) -if(KDE_ECM_INSTALL_TO_QT_SYS_DIR) +if(KDE_INSTALL_USE_QT_SYS_PATHS) include(ECMQueryQmake) query_qmake(qt_host_data_dir QT_HOST_DATA) set(ECM_MKSPECS_INSTALL_DIR ${qt_host_data_dir}/mkspecs/modules CACHE PATH "The directory where mkspecs will be installed to.") |