Skip to content

Commit 1623f63

Browse files
author
zachcran
committed
Revert minimum version of bare_bones_cmake example back to 3.5 to match other examples
1 parent d05b637 commit 1623f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/docs/bare_bones_cmake/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Minimum version required as of CMake 4.0
1616
# (see https://cmake.org/cmake/help/latest/policy/CMP0000.html).
1717
# Match this with minimum version from 'CMaize/CMakeLists.txt'.
18-
cmake_minimum_required(VERSION 3.19)
18+
cmake_minimum_required(VERSION 3.5) # Required as of CMake 4.0
1919

2020
add_executable(hello_world hello_world.cpp)
2121

0 commit comments

Comments
 (0)