From 522d8d1061aa6989fe0896a8a9b75534153c4d9a Mon Sep 17 00:00:00 2001 From: Ruurd Adema Date: Tue, 4 Sep 2018 17:04:34 +0200 Subject: [PATCH] Change poco to Poco as linux seems to be case-sensitive in this case --- ports/poco/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/poco/portfile.cmake b/ports/poco/portfile.cmake index 1f8cd5599..8f8a86869 100644 --- a/ports/poco/portfile.cmake +++ b/ports/poco/portfile.cmake @@ -69,7 +69,7 @@ else() endif() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) -vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/poco) +vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/Poco) # copy license file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/poco)