Skip to content

Commit

Permalink
Merge pull request #2812 from AlexandreSinger/feature-cmake-min-req
Browse files Browse the repository at this point in the history
[CMake] Upgrade Minimum Version to 3.10
  • Loading branch information
vaughnbetz authored Nov 16, 2024
2 parents 2586a98 + f9ce38d commit 66f35d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/EXTERNAL/libezgl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)

# create the project
project(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)

project(
basic-application
Expand Down
2 changes: 1 addition & 1 deletion utils/route_diag/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
cmake_policy(VERSION 3.9)
cmake_policy(VERSION 3.10)

project("route_diag")

Expand Down

0 comments on commit 66f35d9

Please sign in to comment.