Change poco to Poco as linux seems to be case-sensitive in this case

This commit is contained in:
Ruurd Adema 2018-09-04 17:04:34 +02:00
parent 3a964dca81
commit 522d8d1061

View File

@ -69,7 +69,7 @@ else()
endif() endif()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) 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 # copy license
file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/poco) file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/poco)