Skip to content

Commit

Permalink
CI macos (#3539)
Browse files Browse the repository at this point in the history
Fixed CI for macOS

Signed-off-by: Eran Ifrah <[email protected]>
  • Loading branch information
eranif authored Nov 23, 2024
1 parent af37393 commit 16219e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ref: v3.2.5
submodules: recursive
path: wxWidgets

- name: Build and install wxWidgets
run: |
mkdir wxWidgets/build-release
Expand Down
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 16219e6

Please sign in to comment.