This is an automated email from the ASF dual-hosted git repository. tschoening pushed a commit to branch ghpr_14_replace-ant-build-with-cmake in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
commit b4723004b6748ee16aa0551b71e043326e405b19 Author: Stephen Webb <[email protected]> AuthorDate: Fri Oct 11 11:47:23 2019 +1100 Simplify integration into vcpkg --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 75a907e..2c688f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,5 +49,5 @@ ENDIF() install(EXPORT log4cxxTargets FILE log4cxx-targets.cmake NAMESPACE log4cxx:: - DESTINATION lib/cmake/log4cxx + DESTINATION share/cmake/log4cxx )
