diff --git a/ports/xqilla/CMakeLists.txt b/ports/xqilla/CMakeLists.txt index 1a9445ff2fc412..51800220bdac08 100644 --- a/ports/xqilla/CMakeLists.txt +++ b/ports/xqilla/CMakeLists.txt @@ -433,7 +433,9 @@ target_include_directories(xqilla PRIVATE "${XercesC_INCLUDE_DIRS}") target_include_directories(xqilla PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/include") if (BUILD_SHARED_LIBS) - target_link_libraries(xqilla PUBLIC debug "${XercesC_LIBRARY_DEBUG}") + if(XercesC_LIBRARY_DEBUG) + target_link_libraries(xqilla PUBLIC debug "${XercesC_LIBRARY_DEBUG}") + endif() target_link_libraries(xqilla PUBLIC optimized "${XercesC_LIBRARY_RELEASE}") endif() diff --git a/ports/xqilla/vcpkg.json b/ports/xqilla/vcpkg.json index e3fe221269a188..ea1a9a0f27df87 100644 --- a/ports/xqilla/vcpkg.json +++ b/ports/xqilla/vcpkg.json @@ -1,7 +1,7 @@ { "name": "xqilla", "version": "2.3.4", - "port-version": 3, + "port-version": 4, "description": "XQuery and XPath 2 library", "homepage": "http://xqilla.sourceforge.net/HomePage", "license": "Apache-2.0", diff --git a/versions/baseline.json b/versions/baseline.json index 02063be2947959..65c0346a4d61df 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -9862,7 +9862,7 @@ }, "xqilla": { "baseline": "2.3.4", - "port-version": 3 + "port-version": 4 }, "xsimd": { "baseline": "13.0.0", diff --git a/versions/x-/xqilla.json b/versions/x-/xqilla.json index 3415cf5683b994..cc1ecd9b75085d 100644 --- a/versions/x-/xqilla.json +++ b/versions/x-/xqilla.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a6cc05056f7fcc324cc81fedb003ccea5ad0e10d", + "version": "2.3.4", + "port-version": 4 + }, { "git-tree": "c5b161b57b6ff9c1c2131514506ac05ef1f76e77", "version": "2.3.4",