Skip to content

Commit 848a24a

Browse files
revert the use of policy_max in cmake_minimum_required to fix clang-diagnostic-error
1 parent 2be2693 commit 848a24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.4...3.28)
1+
cmake_minimum_required(VERSION 3.4)
22
enable_testing()
33

44
project(cppparser VERSION 1.0.0)

0 commit comments

Comments
 (0)