Skip to content

Commit 152ca18

Browse files
authored
Merge pull request #98 from gruenich/master
Require CMake 3.10 or newer This is for compatibility with CMake 4.
2 parents 2792835 + 4d8b4de commit 152ca18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
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)
@@ -218,7 +218,6 @@ endif()
218218
if(UNIX)
219219

220220
if (NOT APPLE)
221-
add_dependencies(OIS X11)
222221
target_link_libraries(OIS X11)
223222
endif()
224223

0 commit comments

Comments
 (0)