summaryrefslogtreecommitdiffstats
path: root/Modules/FindX11.cmake
diff options
context:
space:
mode:
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)