##============================================================================= ## ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. ## ##============================================================================= # This module is already included in new versions of CMake if(CMAKE_VERSION VERSION_LESS 3.15) include(${CMAKE_CURRENT_LIST_DIR}/3.15/FindMPI.cmake) else() include(${CMAKE_ROOT}/Modules/FindMPI.cmake) endif()