commit ff0cfcc54b7e81adf3b410c69ad638898bcf046c
parent 52ddecef4855fbb458b4ccc4d724760842b5acf5
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 22 Jun 2021 14:28:18 +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(s4vs)
enable_language(C)
set(S4VS_SOURCE_DIR ${PROJECT_SOURCE_DIR}/../src/)