Skip to content

Commit

Permalink
Reduce minimum Cmake version to fit conancenter CI
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilienBINET committed Nov 16, 2022
1 parent 0a542f8 commit c0a6200
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt
index aa5447a8..10a0065b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.20)
+cmake_minimum_required(VERSION 3.18.2)

# Global properties
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
@@ -17,49 +17,36 @@ if(DOXYGEN_FOUND)
endif()
endif()
Expand Down

0 comments on commit c0a6200

Please sign in to comment.