Skip to content

Commit

Permalink
require cmake 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Mar 9, 2022
1 parent 80e0438 commit ae0be00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Mongoose/CMakeLists.txt
Expand Up @@ -20,7 +20,7 @@
#
# make distclean

cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.13)
include(CMake/cmake_colors.cmake)

if (POLICY CMP0048)
Expand Down
2 changes: 1 addition & 1 deletion metis-5.1.0/CMakeLists.txt
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.13)
project(METIS)

set(GKLIB_PATH "GKlib" CACHE PATH "path to GKlib")
Expand Down
2 changes: 1 addition & 1 deletion metis-5.1.0/GKlib/CMakeLists.txt
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.13)
project(GKlib)

get_filename_component(abs "." ABSOLUTE)
Expand Down

0 comments on commit ae0be00

Please sign in to comment.