Skip to content

Commit 3004b9f

Browse files
committed
build: update min CMake version
1 parent cf56b5a commit 3004b9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 3.1)
1+
cmake_minimum_required(VERSION 3.10)
22

33
# We force clang to generate code that should be compatible with macOS 10.9+ as libc++ is supported on 10.9+
44
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment version")

0 commit comments

Comments
 (0)