From: Michael Wallner Date: Thu, 17 Dec 2020 20:25:38 +0000 (+0100) Subject: fix install component of BC include symlinks X-Git-Tag: 1.1.0-beta1~33 X-Git-Url: https://git.m6w6.name/?p=awesomized%2Flibmemcached;a=commitdiff_plain;h=30a61a951f7c89a710621c4485f381fb35a55f44 fix install component of BC include symlinks --- diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 3eccec1d..136c23d7 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -17,5 +17,7 @@ if(NOT WIN32) ${CMAKE_CURRENT_BINARY_DIR}/libmemcachedutil-1.0 ${CMAKE_CURRENT_BINARY_DIR}/libmemcachedprotocol-0.0 DESTINATION \${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}) - ") + " + COMPONENT dev + ) endif()