commit f1639084f209908ba73006071c13548bf83c94bf
parent a4a7153c816f7473b32800b8e482e90142314abd
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 1 Oct 2021 10:16:37 +0200
Update CMake minimum version to 3.1
CMake 2.8 is deprecated
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.1)
enable_testing()
project(schiff C)
@@ -72,7 +72,6 @@ set(SCHIFF_FILES_SRC
schiff_mesh.c
schiff_optical_properties.c)
set(SCHIFF_FILES_INC
- schiff_args.h
schiff_geometry.h
schiff_mesh.h
schiff_optical_properties.h
diff --git a/cmake/LibYAMLConfig.cmake b/cmake/LibYAMLConfig.cmake
@@ -1,3 +1,4 @@
+# Copyright (C) 2020 |Meso|Star> (contact@meso-star.com)
# Copyright (C) 2015-2016 CNRS
#
# This program is free software: you can redistribute it and/or modify
@@ -13,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.1)
# Try to find the LibYAML devel. Once done this will define:
# - LibYAML_FOUND: system has LibYAML