mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-27 21:20:21 +00:00
[xalan-c] fixed cmake files location (#7795)
* [xalan-c] fixed cmake files location * [xalan-c] Bump version
This commit is contained in:
parent
4cffadc188
commit
f6e0c0df67
@ -1,5 +1,5 @@
|
||||
Source: xalan-c
|
||||
Version: 1.11-7
|
||||
Version: 1.11-8
|
||||
Homepage: https://github.com/apache/xalan-c
|
||||
Description: Xalan is an XSLT processor for transforming XML documents into HTML, text, or other XML document types
|
||||
Build-Depends: xerces-c
|
||||
|
@ -7,7 +7,7 @@ vcpkg_from_github(
|
||||
SHA512 e0f095b7031394c39c8e0fdca1f820c4222466f8c6e9df7bc40a21f9ca0e9291b7b6cdfb0a2d67db275ae97d7a7cdd447637102639e74716f0fb23a946b30ebe
|
||||
PATCHES
|
||||
fix-win-deprecated-err.patch
|
||||
fix-missing-dll-error.patch
|
||||
fix-missing-dll-error.patch
|
||||
)
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
@ -18,9 +18,9 @@ vcpkg_configure_cmake(
|
||||
vcpkg_install_cmake()
|
||||
|
||||
if(EXISTS ${CURRENT_PACKAGES_DIR}/cmake)
|
||||
vcpkg_fixup_cmake_targets(CONFIG_PATH cmake TARGET_PATH share/xalan-c)
|
||||
vcpkg_fixup_cmake_targets(CONFIG_PATH cmake TARGET_PATH share/xalanc)
|
||||
else()
|
||||
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/XalanC TARGET_PATH share/xalan-c)
|
||||
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/XalanC TARGET_PATH share/xalanc)
|
||||
endif()
|
||||
|
||||
# cleanup
|
||||
|
Loading…
Reference in New Issue
Block a user