Skip to content

Commit b71eafc

Browse files
authored
Require CMake 3.10 or newer
CMake 4.0 refuses to work with minimum require of CMake 3.4 or below. Everything below 3.10 is deprecated.
1 parent 2792835 commit b71eafc

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 2.8)
1+
cmake_minimum_required(VERSION 3.10)
22
project(OIS)
33

44
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/CmakeModules)

0 commit comments

Comments
 (0)