c++: remove IMPORTED_NO_SONAME as corrosion sets it now

This commit is contained in:
Olivier Goffart 2023-05-15 13:10:08 +02:00 committed by Olivier Goffart
parent 9a103b9c37
commit 1036c0d082

View file

@ -276,8 +276,6 @@ if(SLINT_FEATURE_COMPILER)
install(PROGRAMS $<TARGET_FILE:slint-compiler> TYPE BIN)
endif()
set(SLINT_LIB_PROPERTIES "IMPORTED_NO_SONAME;1")
# Corrosion sets the `IMPORTED` locations late to allow us to set OUTPUT_DIRECTORY
# target properties. This function must be deferred until after Corrosion set the
# locations. Since we are writing to a config file Generator expressions are not