commit 91857656ea3401e7e68d13dd0ddbeb8b6834dde7
parent 073b16667cc4c6f1aad4c840169d6f4d7bc0254d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 22 Jun 2021 12:06:56 +0200
Bump CMake minimum version to 3.1
CMake 2.8 is deprecated
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -26,7 +26,7 @@
# The fact that you are presently reading this means that you have had
# knowledge of the CeCILL license and that you accept its terms.
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.1)
project(star-2d C)
enable_testing()