Skip to content

Commit 65d3d60

Browse files
ilya-fedinjohn-preston
authored andcommitted
CMake: Don't force OSX deployment target
1 parent 698c4f7 commit 65d3d60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ endif()
1616
set(not_packaged_build 0)
1717
if (NOT TG_OWT_PACKAGED_BUILD)
1818
set(not_packaged_build 1)
19-
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.13 CACHE STRING "Minimum OS X deployment version" FORCE)
2019
endif()
2120

2221
option(BUILD_SHARED_LIBS "Builds shared libraries instead of static." OFF)

0 commit comments

Comments
 (0)