Skip to content

Commit

Permalink
Force CMake OSX deploymnet target for Xcode 15
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Oct 30, 2023
1 parent 2b8be7c commit 604f867
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
Expand Up @@ -42,7 +42,7 @@ if(CMAKE_GENERATOR STREQUAL Xcode)
message(STATUS "Enabling Xcode 15 linker workaround!")
add_link_options("-Wl,-ld_classic")
add_compile_definitions(JUCE_SILENCE_XCODE_15_LINKER_WARNING=1)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13" CACHE STRING "Minimum OS X deployment target")
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13" CACHE STRING "Minimum OS X deployment target" FORCE)
endif()
endif()

Expand Down

0 comments on commit 604f867

Please sign in to comment.