C++: don't use deprecated corrosion variable

This commit is contained in:
Olivier Goffart 2023-07-05 16:26:09 +02:00 committed by Olivier Goffart
parent aa8ef4e302
commit 9112eaebfb

View file

@ -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)