X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fbin%2FCMakeLists.txt;h=d28d821c3feac0c814419c121727ba233e20a77d;hb=a3b1e41174db7dad5214703c4fc5a5aa18329603;hp=7b4c34981f7a6f80f8f26473febd35b7ddbfd27d;hpb=2f289c64f625962d945ec3bee80f36bc5c61ee35;p=awesomized%2Flibmemcached diff --git a/src/bin/CMakeLists.txt b/src/bin/CMakeLists.txt index 7b4c3498..d28d821c 100644 --- a/src/bin/CMakeLists.txt +++ b/src/bin/CMakeLists.txt @@ -9,8 +9,7 @@ foreach(CLIENT IN LISTS CLIENTS) set_target_properties(${CLIENT} PROPERTIES INSTALL_RPATH ${CMAKE_INSTALL_RPATH}/../${CMAKE_INSTALL_LIBDIR}) endif() - install(TARGETS ${CLIENT} - RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) + install(TARGETS ${CLIENT} RUNTIME COMPONENT bin DESTINATION ${CMAKE_INSTALL_BINDIR}) endforeach() # extra sources