summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-05-28 15:39:39 (GMT)
committerBrad King <brad.king@kitware.com>2019-05-28 15:39:39 (GMT)
commitf07d42632bd4f29eda871de12ebb5f03f9d4edda (patch)
tree3297e421c0dd0131edebfa9c1290a74840098d37 /Modules
parent2b6f832bf52bf59241cd8de742bf95dbb4269c88 (diff)
parenta38b63c1bb2485f43054906f2e9697f9a3979ce6 (diff)
downloadCMake-f07d42632bd4f29eda871de12ebb5f03f9d4edda.zip
CMake-f07d42632bd4f29eda871de12ebb5f03f9d4edda.tar.gz
CMake-f07d42632bd4f29eda871de12ebb5f03f9d4edda.tar.bz2
Merge branch 'FindThreads-doc-c++' into release-3.14
Merge-request: !3391
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindThreads.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/FindThreads.cmake b/Modules/FindThreads.cmake
index 919392a..36b55c2 100644
--- a/Modules/FindThreads.cmake
+++ b/Modules/FindThreads.cmake
@@ -32,9 +32,6 @@ caller can set
The compiler flag can only be used with the imported
target. Use of both the imported target as well as this switch is highly
recommended for new code.
-
-This module is not needed for C++11 and later if threading is done using
-``std::thread`` from the standard library.
#]=======================================================================]
include (CheckLibraryExists)