diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-11-14 19:02:54 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-11-14 19:02:54 +0000 |
commit | 5dee5a83bd51420f74a5723583b9c194077397bd (patch) | |
tree | 0c20ff0d2d6d6594e7ed4a9580706fcbe59d11a5 /modules | |
parent | d52280765fad034f67a8d8078951f8770528a03f (diff) | |
download | extra-cmake-modules-5dee5a83bd51420f74a5723583b9c194077397bd.tar.gz extra-cmake-modules-5dee5a83bd51420f74a5723583b9c194077397bd.tar.bz2 |
-mark variables as advanced and add simple test
Alex
svn path=/trunk/KDE/kdelibs/; revision=884365
Diffstat (limited to 'modules')
-rw-r--r-- | modules/FindFlex.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/FindFlex.cmake b/modules/FindFlex.cmake index 01f909c0..4a2034eb 100644 --- a/modules/FindFlex.cmake +++ b/modules/FindFlex.cmake @@ -32,3 +32,4 @@ ELSE(FLEX_FOUND) ENDIF(Flex_FIND_REQUIRED) ENDIF(FLEX_FOUND) +MARK_AS_ADVANCED(FLEX_INCLUDE_DIR FLEX_LIBRARY FLEX_EXECUTABLE)
\ No newline at end of file |