Skip to content

Commit 14889c5

Browse files
committed
Bump cmake minimum version.
Fixes gnustep#51
1 parent e235ffb commit 14889c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMake/CMakeLists.txt

+1-1
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.1)
22

33
add_executable(test_cxx_runtime typeinfo_test.cc)
44
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "")

CMakeLists.txt

+1-1
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.1)
22

33
project(libobjc)
44
enable_language(ASM)

0 commit comments

Comments
 (0)