commit db8f00b8ac34ef368b7830c37dd219346baa5b15
parent 539585d55f49ca1d3ebb96e73a46c98ea8a1a054
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 22 Jun 2021 11:16:19 +0200
Bump CMake minimum version to 3.1
The 2.8 version is deprecated
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -29,7 +29,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-3d C)
enable_testing()