summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod/FindMPI.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-10-07 15:22:02 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-10-07 15:22:02 (GMT)
commit4cb4a781794ff9f3b014297ce5b269e7825c19b4 (patch)
treec1bee2596cf3e5cf1f44a9fd8bbf517991f193c6 /config/cmake_ext_mod/FindMPI.cmake
parent9d71583920e940ec07edee45f109ec32c54e2a19 (diff)
downloadhdf5-4cb4a781794ff9f3b014297ce5b269e7825c19b4.zip
hdf5-4cb4a781794ff9f3b014297ce5b269e7825c19b4.tar.gz
hdf5-4cb4a781794ff9f3b014297ce5b269e7825c19b4.tar.bz2
Merge from master cmake_conf project
Diffstat (limited to 'config/cmake_ext_mod/FindMPI.cmake')
-rw-r--r--config/cmake_ext_mod/FindMPI.cmake17
1 files changed, 2 insertions, 15 deletions
diff --git a/config/cmake_ext_mod/FindMPI.cmake b/config/cmake_ext_mod/FindMPI.cmake
index 80d8511..1a02f82 100644
--- a/config/cmake_ext_mod/FindMPI.cmake
+++ b/config/cmake_ext_mod/FindMPI.cmake
@@ -1,3 +1,5 @@
+# Distributed under the OSI-approved BSD 3-Clause License. See https://cmake.org/licensing for details.
+
#.rst:
# FindMPI
# -------
@@ -88,21 +90,6 @@
#
# In new projects, please use the ``MPI_<lang>_XXX`` equivalents.
-#=============================================================================
-# Copyright 2001-2011 Kitware, Inc.
-# Copyright 2010-2011 Todd Gamblin tgamblin@llnl.gov
-# Copyright 2001-2009 Dave Partyka
-#
-# 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 this to handle the QUIETLY and REQUIRED arguments
include(${CMAKE_ROOT}/Modules/FindPackageHandleStandardArgs.cmake)
include(GetPrerequisites)