build(install): Remove redundant install settings

This commit is contained in:
Henrik S. Gaßmann 2023-05-29 15:25:04 +02:00 committed by ArthurSonzogni
parent 438a7dc842
commit 7f5aed1e66
No known key found for this signature in database
GPG Key ID: 41D98248C074CD6C

View File

@ -11,8 +11,6 @@ include(CMakePackageConfigHelpers)
install(
TARGETS screen dom component
EXPORT ftxui-targets
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
)
install(