mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 15:47:26 +00:00
C++: don't use deprecated corrosion variable
This commit is contained in:
parent
aa8ef4e302
commit
9112eaebfb
1 changed files with 1 additions and 4 deletions
|
@ -49,10 +49,7 @@ set_property(
|
|||
)
|
||||
|
||||
if(SLINT_FEATURE_COMPILER)
|
||||
set_property(
|
||||
TARGET slint-compiler
|
||||
PROPERTY CORROSION_USE_HOST_BUILD 1
|
||||
)
|
||||
corrosion_set_hostbuild(slint-compiler)
|
||||
endif()
|
||||
|
||||
add_library(Slint INTERFACE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue