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:
fb14f9b
)
support: fix install location of example.cnf
author
Michael Wallner
<mike@php.net>
Mon, 17 Feb 2020 15:47:34 +0000
(16:47 +0100)
committer
Michael Wallner
<mike@php.net>
Mon, 17 Feb 2020 15:47:34 +0000
(16:47 +0100)
support/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/support/CMakeLists.txt
b/support/CMakeLists.txt
index c3de3b47360b91394fb126cf2db5dee3cc6da958..d3f877bd5dbbab0b757440cb8437eb494b8b3ae0 100644
(file)
--- a/
support/CMakeLists.txt
+++ b/
support/CMakeLists.txt
@@
-5,7
+5,7
@@
install(FILES ax_libmemcached.m4
configure_file(example.cnf.in example.cnf @ONLY)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/example.cnf
- DESTINATION ${CMAKE_INSTALL_DATADIR}
+ DESTINATION ${CMAKE_INSTALL_DATADIR}
/libmemcached
)
configure_file(libmemcached.pc.in libmemcached.pc @ONLY)