Allow installing non-release versions
This commit is contained in:
parent
0db865095b
commit
6a3efec18d
@ -27,6 +27,6 @@ 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}
|
||||
CONFIGURATIONS Release RelWithDebInfo
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user