Skip to content

Commit

Permalink
Merge pull request #532 from GabrielGanne/cmake-required-version-fix
Browse files Browse the repository at this point in the history
Increase CMake required version 3.5 -> 3.20
  • Loading branch information
wtoorop authored Dec 22, 2022
2 parents 9c076ca + 0378927 commit c8df60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)

if (POLICY CMP0075)
cmake_policy(SET CMP0075 NEW)
Expand Down

0 comments on commit c8df60e

Please sign in to comment.