Skip to content

Commit

Permalink
Fix setting CMAKE_OSX_DEPLOYMENT_TARGET
Browse files Browse the repository at this point in the history
mkow committed Apr 4, 2018
1 parent f2a8040 commit e2ebbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ RelWithDebInfo MinSizeRel.")
endif()

if(APPLE)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.10")
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.10" CACHE STRING "Minimum macOS deployment version")
endif()

project(VELES C CXX)

0 comments on commit e2ebbcf

Please sign in to comment.