Skip to content

Commit

Permalink
revert the use of policy_max in cmake_minimum_required to fix clang-d…
Browse files Browse the repository at this point in the history
…iagnostic-error
  • Loading branch information
SatyaRanjanDas-tomtom committed Jan 3, 2025
1 parent 2be2693 commit 848a24a
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.4...3.28)
cmake_minimum_required(VERSION 3.4)
enable_testing()

project(cppparser VERSION 1.0.0)
Expand Down

0 comments on commit 848a24a

Please sign in to comment.