diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-04-03 22:12:21 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-04-03 22:12:21 +0000 |
commit | 9197e55392ed66b784cb719e202a24f78cd03c58 (patch) | |
tree | 50af261c6da984bcfade03b58685c9466ab28a92 /modules/FindLibintl.cmake | |
parent | 9e46fb847551827dfae3d508559cafa0b7e65b7a (diff) | |
download | extra-cmake-modules-9197e55392ed66b784cb719e202a24f78cd03c58.tar.gz extra-cmake-modules-9197e55392ed66b784cb719e202a24f78cd03c58.tar.bz2 |
-mark some variables as advanced, so they don't appear in the not-advanced view of cmake-gui and ccmake
-some minor cosmetics (casing and spaces vs. tabs)
Alex
svn path=/trunk/KDE/kdelibs/; revision=793410
Diffstat (limited to 'modules/FindLibintl.cmake')
-rw-r--r-- | modules/FindLibintl.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindLibintl.cmake b/modules/FindLibintl.cmake index b421ca85..1ddcbd82 100644 --- a/modules/FindLibintl.cmake +++ b/modules/FindLibintl.cmake @@ -43,4 +43,4 @@ endif(LIBINTL_INCLUDE_DIR) include(FindPackageHandleStandardArgs) find_package_handle_standard_args(Libintl DEFAULT_MSG LIBINTL_INCLUDE_DIR LIBINTL_LIB_FOUND) -mark_as_advanced(LIBINTL_INCLUDE_DIR LIBINTL_LIBRARIES LIBINTL_LIBC_HAS_DGETTEXT) +mark_as_advanced(LIBINTL_INCLUDE_DIR LIBINTL_LIBRARIES LIBINTL_LIBC_HAS_DGETTEXT LIBINTL_LIB_FOUND) |