From 22ad8297403daa6e5119885ce59768039665f188 Mon Sep 17 00:00:00 2001 From: Stephan Schulz <stephan.schulz-x2q@rub.de> Date: Wed, 27 Jan 2021 13:11:21 +0100 Subject: [PATCH] note CMake policy change regarding MPI in CHANGELOG --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 837bbe9..e5a50c8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,9 @@ Version 0.9 Version 0.9.2 ************* +- *CHANGE*: The old CMake policy ``CMP0004``, which was required for some MPI + installations, is no longer set. If this is still required: Please contact + us. - *CHANGE*: Fortran modules are now installed in ``/lib``, instead of ``/include/modules``. - Feature: Integration tests are only generated if ``CM_ALL_TESTS_INTEGRATION`` -- GitLab