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/FindLibXslt.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/FindLibXslt.cmake')
-rw-r--r-- | modules/FindLibXslt.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindLibXslt.cmake b/modules/FindLibXslt.cmake index 2c7f2551..f84f4c26 100644 --- a/modules/FindLibXslt.cmake +++ b/modules/FindLibXslt.cmake @@ -58,5 +58,5 @@ ELSE (LIBXSLT_FOUND) ENDIF (LibXslt_FIND_REQUIRED) ENDIF (LIBXSLT_FOUND) -MARK_AS_ADVANCED(LIBXSLT_INCLUDE_DIR LIBXSLT_LIBRARIES XSLTPROC_EXECUTABLE) +MARK_AS_ADVANCED(LIBXSLT_INCLUDE_DIR LIBXSLT_LIBRARIES LIBEXSLT_LIBRARIES XSLTPROC_EXECUTABLE) |