aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuurd Adema <ruurdadema@gmail.com>2018-09-04 17:04:34 +0200
committerRuurd Adema <ruurdadema@gmail.com>2018-09-04 17:04:34 +0200
commit522d8d1061aa6989fe0896a8a9b75534153c4d9a (patch)
treece87cd71695a56ddd23f2eda396a7c5fa7111a3d
parent3a964dca81aad84b2e400bada574dc8210b7a1e1 (diff)
downloadvcpkg-522d8d1061aa6989fe0896a8a9b75534153c4d9a.tar.gz
vcpkg-522d8d1061aa6989fe0896a8a9b75534153c4d9a.zip
Change poco to Poco as linux seems to be case-sensitive in this case
-rw-r--r--ports/poco/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
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)