diff options
Diffstat (limited to 'Modules/FindThreads.cmake')
-rw-r--r-- | Modules/FindThreads.cmake | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/Modules/FindThreads.cmake b/Modules/FindThreads.cmake index 719dace..2c6a58b 100644 --- a/Modules/FindThreads.cmake +++ b/Modules/FindThreads.cmake @@ -1,3 +1,6 @@ +# Distributed under the OSI-approved BSD 3-Clause License. See accompanying +# file Copyright.txt or https://cmake.org/licensing for details. + #.rst: # FindThreads # ----------- @@ -37,20 +40,6 @@ # target. Use of both the imported target as well as this switch is highly # recommended for new code. -#============================================================================= -# Copyright 2002-2009 Kitware, Inc. -# Copyright 2011-2015 Rolf Eike Beer <eike@sf-mail.de> -# -# Distributed under the OSI-approved BSD License (the "License"); -# see accompanying file Copyright.txt for details. -# -# This software is distributed WITHOUT ANY WARRANTY; without even the -# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# See the License for more information. -#============================================================================= -# (To distribute this file outside of CMake, substitute the full -# License text for the above reference.) - include (CheckLibraryExists) include (CheckSymbolExists) set(Threads_FOUND FALSE) |