diff options
| -rw-r--r-- | ports/poco/portfile.cmake | 2 |
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) |
