diff options
| author | Tsvetkov Maksim <max.tsvetkov@yandex.ru> | 2018-01-28 10:30:47 +0300 |
|---|---|---|
| committer | Alexander Karatarakis <alex@karatarakis.com> | 2018-01-27 23:30:47 -0800 |
| commit | 340ff984cba132f71e4fabbc78c247ad4e4de292 (patch) | |
| tree | 63d64a519539ade896652c99449ff789161e5d9e | |
| parent | 6c0f3a8859718b87b017ee9458cf0e4adacdd2dd (diff) | |
| download | vcpkg-340ff984cba132f71e4fabbc78c247ad4e4de292.tar.gz vcpkg-340ff984cba132f71e4fabbc78c247ad4e4de292.zip | |
[log4cplus] correct path for vcpkg_fixup_cmake_targets (#2646)
| -rw-r--r-- | ports/log4cplus/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
