mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Bumped up wxWidgets version on OSX for X86.
This commit is contained in:
parent
a5dc3c4b66
commit
264ce71e94
1 changed files with 1 additions and 1 deletions
2
deps/wxWidgets/wxWidgets.cmake
vendored
2
deps/wxWidgets/wxWidgets.cmake
vendored
|
@ -1,4 +1,4 @@
|
||||||
if (APPLE AND ${CMAKE_SYSTEM_PROCESSOR} MATCHES "arm")
|
if (APPLE)
|
||||||
# The new OSX 11 (Big Sur) is not compatible with wxWidgets 3.1.3.
|
# The new OSX 11 (Big Sur) is not compatible with wxWidgets 3.1.3.
|
||||||
# Let's use patched wxWidgets 3.1.4, even though it is not quite tested.
|
# Let's use patched wxWidgets 3.1.4, even though it is not quite tested.
|
||||||
set(_wx_git_tag v3.1.4-patched)
|
set(_wx_git_tag v3.1.4-patched)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue