Skip to content

Commit

Permalink
ci: fix mac build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Jun 5, 2022
1 parent a852c8e commit cf41e9d
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions 3rdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,16 @@ include(CPM)

cpmaddpackage("gh:simdutf/simdutf@1.0.1")

if(APPLE)
cpmaddpackage(
NAME
macdeployqtfix
GITHUB_REPOSITORY
arl/macdeployqtfix
GIT_TAG
ffe980011dd7a08ac2bc79dbd5ac86a62b1c1f05
DOWNLOAD_ONLY
YES
)
endif()
cpmaddpackage(
NAME
macdeployqtfix
GITHUB_REPOSITORY
arl/macdeployqtfix
GIT_TAG
ffe980011dd7a08ac2bc79dbd5ac86a62b1c1f05
DOWNLOAD_ONLY
YES
)

cpmaddpackage(
NAME
Expand Down

0 comments on commit cf41e9d

Please sign in to comment.