mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-02 04:48:27 +00:00
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:
parent
041d2ae73e
commit
11128809fb
1 changed files with 0 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue