mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-10 10:47:16 +00:00
fix: bumping the bundled uv version rebuilds the whole GUI library (#15553)
This commit is contained in:
@@ -984,10 +984,6 @@ endif ()
|
|||||||
# Add a definition so that we can tell we are compiling slic3r.
|
# Add a definition so that we can tell we are compiling slic3r.
|
||||||
target_compile_definitions(libslic3r_gui PRIVATE SLIC3R_CURRENTLY_COMPILING_GUI_MODULE)
|
target_compile_definitions(libslic3r_gui PRIVATE SLIC3R_CURRENTLY_COMPILING_GUI_MODULE)
|
||||||
|
|
||||||
if(ORCA_BUNDLED_UV_EXECUTABLE_CONFIG)
|
|
||||||
target_compile_definitions(libslic3r_gui PRIVATE "ORCA_BUNDLED_UV_EXECUTABLE=\"${ORCA_BUNDLED_UV_EXECUTABLE_CONFIG}\"")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if (ORCA_BUILD_PYTHON_STUBGEN_MODULE)
|
if (ORCA_BUILD_PYTHON_STUBGEN_MODULE)
|
||||||
add_library(orca_stubgen MODULE
|
add_library(orca_stubgen MODULE
|
||||||
plugin/PythonPluginBridge.cpp
|
plugin/PythonPluginBridge.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user