mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +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()
|
||||
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user