Don't limit install on Release/Debug/RelWithDebInfo CONFIGURATIONS (#396)

Co-authored-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Sam James 2021-08-14 17:38:02 +01:00 committed by GitHub
parent 041b5baea5
commit 8f49e7d28c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -27,6 +27,5 @@ target_enable_style_warnings(${PROJECT_NAME}_bin)
target_activate_cpp14(${PROJECT_NAME}_bin)
install(TARGETS ${PROJECT_NAME}_bin
CONFIGURATIONS Debug Release RelWithDebInfo
DESTINATION ${CMAKE_INSTALL_BINDIR}
)

View File

@ -20,6 +20,5 @@ target_enable_style_warnings(${PROJECT_NAME}_bin)
target_activate_cpp14(${PROJECT_NAME}_bin)
install(TARGETS ${PROJECT_NAME}_bin
CONFIGURATIONS Debug Release RelWithDebInfo
DESTINATION ${CMAKE_INSTALL_BINDIR}
DESTINATION ${CMAKE_INSTALL_BINDIR}
)