summaryrefslogtreecommitdiffstats
path: root/Modules/FindThreads.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-05-28 15:57:55 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-05-28 15:58:07 (GMT)
commitdfd2e0a4ede4a7c31eb7132f8e74d234b260a519 (patch)
treed583c0da778ed46a30a8169face19ebd6c550e45 /Modules/FindThreads.cmake
parent22aabdfde0c3e73812b596c21479c8418075d644 (diff)
parenta38b63c1bb2485f43054906f2e9697f9a3979ce6 (diff)
downloadCMake-dfd2e0a4ede4a7c31eb7132f8e74d234b260a519.zip
CMake-dfd2e0a4ede4a7c31eb7132f8e74d234b260a519.tar.gz
CMake-dfd2e0a4ede4a7c31eb7132f8e74d234b260a519.tar.bz2
Merge topic 'FindThreads-doc-c++'
a38b63c1bb FindThreads: Drop incorrect docs about usage with C++ Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3391
Diffstat (limited to 'Modules/FindThreads.cmake')
-rw-r--r--Modules/FindThreads.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/FindThreads.cmake b/Modules/FindThreads.cmake
index d317b71..b0c91b2 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)