Skip to content

Commit bdf8f15

Browse files
Update to CMake min version to 3.5
This is needed to work with CMake 4.0.0 Signed-off-by: Roscoe A. Bartlett <[email protected]>
1 parent c26021e commit bdf8f15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/core/ExamplesUnitTests/find_package_two_dirs/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.3)
1+
cmake_minimum_required(VERSION 3.5)
22

33
project(FindPackageTwoDirs NONE)
44

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Example of a simple project that uses raw CMake
2-
cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
2+
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
33
project(RawHelloWorld)
44
enable_testing()
55
add_subdirectory(hello_world)

0 commit comments

Comments
 (0)