mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
Change poco to Poco as linux seems to be case-sensitive in this case
This commit is contained in:
parent
3a964dca81
commit
522d8d1061
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user