commit f18ccca13ff2186dbda3b7e46cc89bea7deb4180
parent c5d2df87727edf1efc96997831706a06d483460a
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 2 Jul 2021 15:56:31 +0200
Bump CMake minimum version to 3.1
CMake 2.8 is deprecated
Diffstat:
3 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)
project(htcp)
enable_testing()
diff --git a/cmake/htcp/CMakeLists.txt b/cmake/htcp/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)
project(htcp-library C)
################################################################################
diff --git a/cmake/les2htcp/CMakeLists.txt b/cmake/les2htcp/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)
project(les2htcp C)
# Required by netcdf.h header that some versions contains C99 comments