diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2018-09-07 09:06:35 +0300 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2018-09-07 09:06:35 +0300 |
commit | a519c29e93de84e949ac308831160102cc733e59 (patch) | |
tree | 9ff6075071ef555568910bd2a42dcac0b57d25e6 /kde-modules | |
parent | 381c44c1f4d894512c61c1fbded0a4ea4d872b81 (diff) | |
download | extra-cmake-modules-a519c29e93de84e949ac308831160102cc733e59.tar.gz extra-cmake-modules-a519c29e93de84e949ac308831160102cc733e59.tar.bz2 |
Fix minor EBN issues
Diffstat (limited to 'kde-modules')
-rw-r--r-- | kde-modules/KDECMakeSettings.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-modules/KDECMakeSettings.cmake b/kde-modules/KDECMakeSettings.cmake index 2d20c60d..5e62c6fe 100644 --- a/kde-modules/KDECMakeSettings.cmake +++ b/kde-modules/KDECMakeSettings.cmake @@ -217,7 +217,7 @@ if(NOT KDE_SKIP_BUILD_SETTINGS) # put the include dirs which are in the source or build tree # before all other include dirs, so the headers in the sources - # are prefered over the already installed ones + # are preferred over the already installed ones # since cmake 2.4.1 set(CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE ON) @@ -231,7 +231,7 @@ if(NOT KDE_SKIP_BUILD_SETTINGS) # Since CMake 2.8.11 set(CMAKE_LINK_DEPENDS_NO_SHARED ON) - # Default to shared libs for KDE, if no type is explicitely given to add_library(): + # Default to shared libs for KDE, if no type is explicitly given to add_library(): set(BUILD_SHARED_LIBS TRUE CACHE BOOL "If enabled, shared libs will be built by default, otherwise static libs") # Enable automoc in cmake |