X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=contrib%2Fbin%2Fmemaslap%2FCMakeLists.txt;h=3f7f927d50b7ed68fd5e01ac7161093118095523;hb=47e39907785cefb1dd9b5c2284681919d644bdf5;hp=3d8d9699138e297bd5aa36adffdf8acdea209968;hpb=7b2f2e654da6fc69e980db007f2ac1d28e675053;p=awesomized%2Flibmemcached diff --git a/contrib/bin/memaslap/CMakeLists.txt b/contrib/bin/memaslap/CMakeLists.txt index 3d8d9699..3f7f927d 100644 --- a/contrib/bin/memaslap/CMakeLists.txt +++ b/contrib/bin/memaslap/CMakeLists.txt @@ -31,8 +31,7 @@ if(ENABLE_MEMASLAP AND CMAKE_USE_PTHREADS_INIT) INSTALL_RPATH ${CMAKE_INSTALL_RPATH}/../${CMAKE_INSTALL_LIBDIR}) endif() install(TARGETS memaslap - COMPONENT bin - RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) + RUNTIME COMPONENT bin DESTINATION ${CMAKE_INSTALL_BINDIR}) endif() endif()