Skip to content

Commit 0e131f8

Browse files
committed
fix cmake min version req
1 parent 8824c9a commit 0e131f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# See cmake_externalproject/CMakeLists.txt for all-in-one cmake build
1818
# that automatically builds all the dependencies before building route_guide.
1919

20-
cmake_minimum_required(VERSION 3.5.1)
20+
cmake_minimum_required(VERSION 3.24...3.25)
2121

2222
set (CMAKE_CXX_STANDARD 11)
2323

0 commit comments

Comments
 (0)