From 340ff984cba132f71e4fabbc78c247ad4e4de292 Mon Sep 17 00:00:00 2001 From: Tsvetkov Maksim Date: Sun, 28 Jan 2018 10:30:47 +0300 Subject: [log4cplus] correct path for vcpkg_fixup_cmake_targets (#2646) --- ports/log4cplus/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/log4cplus/portfile.cmake b/ports/log4cplus/portfile.cmake index acd101c9b..d6e600221 100644 --- a/ports/log4cplus/portfile.cmake +++ b/ports/log4cplus/portfile.cmake @@ -32,7 +32,7 @@ vcpkg_configure_cmake( vcpkg_install_cmake() -vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake) +vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/log4cplus) vcpkg_copy_pdbs() -- cgit v1.2.3