mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 09:45:53 +08:00
Follow up to previous commit
This commit is contained in:
parent
d1c92ded7c
commit
562d991332
@ -62,7 +62,8 @@ if (SLIC3R_GUI)
|
|||||||
include(${wxWidgets_USE_FILE})
|
include(${wxWidgets_USE_FILE})
|
||||||
else ()
|
else ()
|
||||||
find_package(wxWidgets 3.1 COMPONENTS html adv gl core base)
|
find_package(wxWidgets 3.1 COMPONENTS html adv gl core base)
|
||||||
if (wxWidgets_NOTFOUND)
|
if (NOT wxWidgets_FOUND)
|
||||||
|
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)
|
||||||
else ()
|
else ()
|
||||||
include(${wxWidgets_USE_FILE})
|
include(${wxWidgets_USE_FILE})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user