Skip to content

Commit 63bf6c6

Browse files
committed
Set policy_max of cmake_minimum_required to 3.27 to avoid CMake warning
1 parent 6353d7e commit 63bf6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.16)
1+
cmake_minimum_required(VERSION 3.16...3.27)
22

33
project(rerun_external_cpp_proj LANGUAGES CXX)
44

0 commit comments

Comments
 (0)