Skip to content

Commit

Permalink
Removed limit on -mmacosx-version-min=10.8
Browse files Browse the repository at this point in the history
Signed-off-by: Eran Ifrah <[email protected]>
  • Loading branch information
eranif committed Nov 23, 2024
1 parent b666479 commit c956ebf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -875,13 +875,6 @@ if(MINGW AND USE_PCH)
endif()
endif()

# ######################################################################################################################
# Add the folders, the order matters here
# ######################################################################################################################
if(APPLE)
add_definitions(-mmacosx-version-min=10.8)
endif()

# add the dtl module include path before we include Plugin folder
include_directories(submodules/dtl)

Expand Down

0 comments on commit c956ebf

Please sign in to comment.