fix install component of BC include symlinks
authorMichael Wallner <mike@php.net>
Thu, 17 Dec 2020 20:25:38 +0000 (21:25 +0100)
committerMichael Wallner <mike@php.net>
Thu, 17 Dec 2020 20:25:38 +0000 (21:25 +0100)
include/CMakeLists.txt

index 3eccec1dbacdac03129ac787e15af573314533ed..136c23d7a01e0f50eee7321fad57c9235c63f5e8 100644 (file)
@@ -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()