mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 17:45:57 +08:00
Merge branch 'tm_wx_remap'
This commit is contained in:
commit
0cb2036509
@ -66,7 +66,7 @@ if (SLIC3R_GUI)
|
|||||||
if (NOT wxWidgets_FOUND)
|
if (NOT wxWidgets_FOUND)
|
||||||
message(STATUS "Trying to find wxWidgets in CONFIG mode...")
|
message(STATUS "Trying to find wxWidgets in CONFIG mode...")
|
||||||
find_package(wxWidgets 3.2 CONFIG REQUIRED COMPONENTS html adv gl core base)
|
find_package(wxWidgets 3.2 CONFIG REQUIRED COMPONENTS html adv gl core base)
|
||||||
slic3r_remap_configs("${wxWidgets_LIBRARIES}" RelWithDebInfo Release)
|
slic3r_remap_configs(wx::wxhtml wx::wxadv wx::wxgl wx::wxcore wx::wxbase RelWithDebInfo Release)
|
||||||
else ()
|
else ()
|
||||||
include(${wxWidgets_USE_FILE})
|
include(${wxWidgets_USE_FILE})
|
||||||
endif ()
|
endif ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user