diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2015-09-22 15:50:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-09-25 14:08:35 (GMT) |
commit | fff9434d455600320be1809c6d64577eeb21d6aa (patch) | |
tree | 4361b549a5831e97aed0b01a7298056cc8410210 /Help/release/dev | |
parent | 66db914adfd8cbb846fcf82e290fe006a800a36d (diff) | |
download | CMake-fff9434d455600320be1809c6d64577eeb21d6aa.zip CMake-fff9434d455600320be1809c6d64577eeb21d6aa.tar.gz CMake-fff9434d455600320be1809c6d64577eeb21d6aa.tar.bz2 |
FindThreads: officially announce it works with only C++ enabled
Diffstat (limited to 'Help/release/dev')
-rw-r--r-- | Help/release/dev/Threads-CXX.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/release/dev/Threads-CXX.rst b/Help/release/dev/Threads-CXX.rst index 0f40ae9..2e34a01 100644 --- a/Help/release/dev/Threads-CXX.rst +++ b/Help/release/dev/Threads-CXX.rst @@ -1,6 +1,6 @@ Threads-CXX ------------ -* The :module:`CheckFunctionExists`, :module:`CheckLibraryExists`, and - :module:`CheckSymbolExists` modules learned to work in environments where - only CXX is enabled. +* The :module:`CheckFunctionExists`, :module:`CheckLibraryExists`, + :module:`CheckSymbolExists`, and :module:`FindThreads` modules learned to + work in environments where only CXX is enabled. |