summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-12-02 15:21:22 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-12-02 15:21:22 (GMT)
commitc3c251ce0ae9ed6432bf1abc887309f01d498d38 (patch)
treed8482a83fd52cc46fefc7a035dd8d332ddf6ce2f /Help
parent5bc82828987e8b59dca6d348294282356eeb1a66 (diff)
parentd051cbda5d9d4456619fac5d49f24c8827228aa9 (diff)
downloadCMake-c3c251ce0ae9ed6432bf1abc887309f01d498d38.zip
CMake-c3c251ce0ae9ed6432bf1abc887309f01d498d38.tar.gz
CMake-c3c251ce0ae9ed6432bf1abc887309f01d498d38.tar.bz2
Merge topic 'FindOpenGL-no-X11'
d051cbda FindOpenGL: Drop explicit dependency on X11 (#15268)
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/FindOpenGL-no-X11.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/FindOpenGL-no-X11.rst b/Help/release/dev/FindOpenGL-no-X11.rst
new file mode 100644
index 0000000..dacf165
--- /dev/null
+++ b/Help/release/dev/FindOpenGL-no-X11.rst
@@ -0,0 +1,8 @@
+FindOpenGL-no-X11
+-----------------
+
+* The :module:`FindOpenGL` module no longer explicitly searches
+ for any dependency on X11 libraries with the :module:`FindX11`
+ module. Such dependencies should not need to be explicit.
+ Applications using X11 APIs themselves should find and link
+ to X11 libraries explicitly.