aboutsummaryrefslogtreecommitdiff
path: root/modules/FindOpenEXR.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-02-17 17:23:48 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-02-17 17:23:48 +0000
commitf4dc9185d276557ffec05c6287aa2b9383f558c2 (patch)
treee306df65830908f3546e2a8dc3a2e6179449e7ef /modules/FindOpenEXR.cmake
parente0f9d000f61a36aac107ff17a4e3838aa82ed770 (diff)
downloadextra-cmake-modules-f4dc9185d276557ffec05c6287aa2b9383f558c2.tar.gz
extra-cmake-modules-f4dc9185d276557ffec05c6287aa2b9383f558c2.tar.bz2
-give kdelibs a project name ("kdelibs")
-remove the unused "install_icon" targets -mark more variables as "ADVANCED" Alex svn path=/trunk/KDE/kdelibs/; revision=510649
Diffstat (limited to 'modules/FindOpenEXR.cmake')
-rw-r--r--modules/FindOpenEXR.cmake8
1 files changed, 7 insertions, 1 deletions
diff --git a/modules/FindOpenEXR.cmake b/modules/FindOpenEXR.cmake
index 91ca3621..80a1445f 100644
--- a/modules/FindOpenEXR.cmake
+++ b/modules/FindOpenEXR.cmake
@@ -63,6 +63,12 @@ else (OPENEXR_FOUND)
endif (OpenEXR_FIND_REQUIRED)
endif (OPENEXR_FOUND)
-MARK_AS_ADVANCED(OPENEXR_INCLUDE_DIR OPENEXR_LIBRARIES)
+MARK_AS_ADVANCED(
+ OPENEXR_INCLUDE_DIR
+ OPENEXR_LIBRARIES
+ OPENEXR_ILMIMF_LIBRARY
+ OPENEXR_IMATH_LIBRARY
+ OPENEXR_IEX_LIBRARY
+ OPENEXR_HALF_LIBRARY )