diff options
| author | Alexander Neundorf <neundorf@kde.org> | 2008-12-02 15:33:17 +0000 |
|---|---|---|
| committer | Alexander Neundorf <neundorf@kde.org> | 2008-12-02 15:33:17 +0000 |
| commit | 8a48c79821aa605c7cd4b85353b0ed118164c62d (patch) | |
| tree | bcf98bba3c076fc2bd4021d3e647250c7e1d99cf /modules/FindOggVorbis.cmake | |
| parent | d4d0eb927fcfc990d4f6ee1dc31705bedaaba84a (diff) | |
| download | extra-cmake-modules-8a48c79821aa605c7cd4b85353b0ed118164c62d.tar.gz extra-cmake-modules-8a48c79821aa605c7cd4b85353b0ed118164c62d.tar.bz2 | |
make more variables as advanced, so the non-advanced view is less cluttered
Alex
svn path=/trunk/KDE/kdelibs/; revision=891674
Diffstat (limited to 'modules/FindOggVorbis.cmake')
| -rw-r--r-- | modules/FindOggVorbis.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/FindOggVorbis.cmake b/modules/FindOggVorbis.cmake index 79a9ab40..e72d849d 100644 --- a/modules/FindOggVorbis.cmake +++ b/modules/FindOggVorbis.cmake @@ -26,6 +26,9 @@ find_library(VORBIS_LIBRARY NAMES vorbis) find_library(VORBISFILE_LIBRARY NAMES vorbisfile) find_library(VORBISENC_LIBRARY NAMES vorbisenc) +mark_as_advanced(VORBIS_INCLUDE_DIR OGG_INCLUDE_DIR + OGG_LIBRARY VORBIS_LIBRARY VORBISFILE_LIBRARY VORBISENC_LIBRARY) + if (VORBIS_INCLUDE_DIR AND VORBIS_LIBRARY AND VORBISFILE_LIBRARY AND VORBISENC_LIBRARY) set(OGGVORBIS_FOUND TRUE) |
