Skip to content
Snippets Groups Projects
Unverified Commit 086ddcd9 authored by Yann Collet's avatar Yann Collet Committed by GitHub
Browse files

Merge pull request #4271 from tsdgeos/removedupe

cmake: Remove duplicated line
parents b55ff3c6 de7c8b98
No related branches found
No related tags found
No related merge requests found
......@@ -280,7 +280,6 @@ install(TARGETS ${library_targets}
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
BUNDLE DESTINATION "${CMAKE_INSTALL_BINDIR}"
FRAMEWORK DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT runtime OPTIONAL
INCLUDES DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
PUBLIC_HEADER DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment