Skip to content

Commit

Permalink
Lower required CMake version with no need for policy workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
islas committed Nov 12, 2024
1 parent 6cb86f1 commit 400ef27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cmake_minimum_required( VERSION 3.20 )
cmake_policy( SET CMP0118 NEW )
cmake_minimum_required( VERSION 3.19 )

enable_language( C )
enable_language( CXX )
Expand Down

0 comments on commit 400ef27

Please sign in to comment.