Don't limit install on Release/Debug/RelWithDebInfo CONFIGURATIONS (#396)
Co-authored-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
041b5baea5
commit
8f49e7d28c
@ -27,6 +27,5 @@ target_enable_style_warnings(${PROJECT_NAME}_bin)
|
|||||||
target_activate_cpp14(${PROJECT_NAME}_bin)
|
target_activate_cpp14(${PROJECT_NAME}_bin)
|
||||||
|
|
||||||
install(TARGETS ${PROJECT_NAME}_bin
|
install(TARGETS ${PROJECT_NAME}_bin
|
||||||
CONFIGURATIONS Debug Release RelWithDebInfo
|
|
||||||
DESTINATION ${CMAKE_INSTALL_BINDIR}
|
DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||||
)
|
)
|
||||||
|
@ -20,6 +20,5 @@ target_enable_style_warnings(${PROJECT_NAME}_bin)
|
|||||||
target_activate_cpp14(${PROJECT_NAME}_bin)
|
target_activate_cpp14(${PROJECT_NAME}_bin)
|
||||||
|
|
||||||
install(TARGETS ${PROJECT_NAME}_bin
|
install(TARGETS ${PROJECT_NAME}_bin
|
||||||
CONFIGURATIONS Debug Release RelWithDebInfo
|
|
||||||
DESTINATION ${CMAKE_INSTALL_BINDIR}
|
DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user