From 30a61a951f7c89a710621c4485f381fb35a55f44 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 17 Dec 2020 21:25:38 +0100 Subject: [PATCH] fix install component of BC include symlinks --- include/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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() -- 2.30.2