projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
eee6dc5
)
fix install component of BC include symlinks
author
Michael Wallner
<mike@php.net>
Thu, 17 Dec 2020 20:25:38 +0000
(21:25 +0100)
committer
Michael Wallner
<mike@php.net>
Thu, 17 Dec 2020 20:25:38 +0000
(21:25 +0100)
include/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/include/CMakeLists.txt
b/include/CMakeLists.txt
index 3eccec1dbacdac03129ac787e15af573314533ed..136c23d7a01e0f50eee7321fad57c9235c63f5e8 100644
(file)
--- 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()