From cd7d68fbaa145209377584d0266ae6c01351d300 Mon Sep 17 00:00:00 2001 From: Stephan Schulz <stephan.schulz-x2q@rub.de> Date: Tue, 26 Jan 2021 16:02:57 +0100 Subject: [PATCH] remove old MPI policy, if anyone still needs this contact us --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c6e936..93e9214 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ option(CM_ALL_AUTO_DOC "Enables creation of auto-documentation") # leading and trailing whitespace should be silently ignored # thanks to an old FindMPI script -cmake_policy(SET CMP0004 OLD) +# cmake_policy(SET CMP0004 OLD) enable_language(CXX) enable_language(C) -- GitLab