summaryrefslogtreecommitdiffstats
path: root/Modules/FindX11.cmake
diff options
context:
space:
mode:
authorIan Scott <ian.m.scott@stud.man.ac.uk>2002-09-05 16:00:45 (GMT)
committerIan Scott <ian.m.scott@stud.man.ac.uk>2002-09-05 16:00:45 (GMT)
commit079e8469abd4a2b404fd460ff41012e8d8b6fd1d (patch)
treea920d611d876599e8c04f4a301b5bcf927d6909b /Modules/FindX11.cmake
parent12054916d491d8424b58a87c4ff69679a7f4476d (diff)
downloadCMake-079e8469abd4a2b404fd460ff41012e8d8b6fd1d.zip
CMake-079e8469abd4a2b404fd460ff41012e8d8b6fd1d.tar.gz
CMake-079e8469abd4a2b404fd460ff41012e8d8b6fd1d.tar.bz2
Hide lots of values in the advanced list
Fix some bugs OpenGL always needs X11 on Unix
Diffstat (limited to 'Modules/FindX11.cmake')
-rw-r--r--Modules/FindX11.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/Modules/FindX11.cmake b/Modules/FindX11.cmake
index 355a021..c101a06 100644
--- a/Modules/FindX11.cmake
+++ b/Modules/FindX11.cmake
@@ -50,4 +50,11 @@ IF (UNIX)
# Deprecated variable fro backwards compatibility with CMake 1.4
SET (X11_LIBRARY ${X11_X11_LIBRARY})
+
+MARK_AS_ADVANCED(
+ X11_X11_LIBRARY
+ X11_Xext_LIBRARY
+ X11_INCLUDE_DIR
+)
+
ENDIF (UNIX)