mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
Merge topic 'wxwidgets_macos_weakframework' into release-3.16
ada1824dc5 FindwxWidgets: Add support for 3.1.3 on macOS
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4126
This commit is contained in:
@@ -852,6 +852,8 @@ else()
|
||||
separate_arguments(wxWidgets_LIBRARIES)
|
||||
string(REPLACE "-framework;" "-framework "
|
||||
wxWidgets_LIBRARIES "${wxWidgets_LIBRARIES}")
|
||||
string(REPLACE "-weak_framework;" "-weak_framework "
|
||||
wxWidgets_LIBRARIES "${wxWidgets_LIBRARIES}")
|
||||
string(REPLACE "-arch;" "-arch "
|
||||
wxWidgets_LIBRARIES "${wxWidgets_LIBRARIES}")
|
||||
string(REPLACE "-isysroot;" "-isysroot "
|
||||
|
||||
Reference in New Issue
Block a user