diff options
author | Brad King <brad.king@kitware.com> | 2015-09-25 14:12:37 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-09-25 14:12:37 (GMT) |
commit | 910ea2100425289ec4f13327141b5c45ede320bd (patch) | |
tree | e4f0baf8c87443cf77e882bee7b6c3f9c670d76b /Help | |
parent | ede54544f1cbaa623628317887ffc34fce4bc89b (diff) | |
parent | fff9434d455600320be1809c6d64577eeb21d6aa (diff) | |
download | CMake-910ea2100425289ec4f13327141b5c45ede320bd.zip CMake-910ea2100425289ec4f13327141b5c45ede320bd.tar.gz CMake-910ea2100425289ec4f13327141b5c45ede320bd.tar.bz2 |
Merge topic 'Threads-CXX'
fff9434d FindThreads: officially announce it works with only C++ enabled
66db914a FindThreads: fix printing a pointer value in test code
0b38424c FindThreads: make the call to try_run() work also if only C++ is enabled
9924a212 FindThreads: replace CheckIncludeFiles by CheckIncludeFile
a27bc0cc Check(Function|Library|Symbol)Exists: make it work if only C++ is enabled
7279f293 FindThreads: add simple testcase
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/Threads-CXX.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/Threads-CXX.rst b/Help/release/dev/Threads-CXX.rst new file mode 100644 index 0000000..2e34a01 --- /dev/null +++ b/Help/release/dev/Threads-CXX.rst @@ -0,0 +1,6 @@ +Threads-CXX +------------ + +* The :module:`CheckFunctionExists`, :module:`CheckLibraryExists`, + :module:`CheckSymbolExists`, and :module:`FindThreads` modules learned to + work in environments where only CXX is enabled. |