Fix compilation on ARM host systems

The file was renamed before the release. However the install is useless, since the api_headers global covers it already.
This commit is contained in:
Simon Hausmann 2024-10-15 20:08:53 +02:00
parent 041d2ae73e
commit 11128809fb

View file

@ -374,10 +374,6 @@ if (SLINT_BUILD_RUNTIME)
include(${CMAKE_CURRENT_LIST_DIR}/cmake/SlintMacro.cmake)
endif()
if (CMAKE_SYSTEM_PROCESSOR MATCHES "^(arm)$")
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/include/slint-stm.h DESTINATION include/slint)
endif()
export(TARGETS Slint slint_cpp
NAMESPACE Slint:: FILE "${CMAKE_BINARY_DIR}/lib/cmake/Slint/SlintTargets.cmake")
install(EXPORT SlintTargets NAMESPACE Slint:: DESTINATION lib/cmake/Slint)