We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26021e commit bdf8f15Copy full SHA for bdf8f15
test/core/ExamplesUnitTests/find_package_two_dirs/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.3)
+cmake_minimum_required(VERSION 3.5)
2
3
project(FindPackageTwoDirs NONE)
4
tribits/examples/RawHelloWorld/CMakeLists.txt
@@ -1,5 +1,5 @@
# Example of a simple project that uses raw CMake
-cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
project(RawHelloWorld)
enable_testing()
5
add_subdirectory(hello_world)
0 commit comments