diff options
| author | Viktor Gal <vigsterkr@gmail.com> | 2018-03-07 18:56:59 +0100 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-03-07 09:56:59 -0800 |
| commit | 59795e2a8e4e2ecd0f1a09e165b61291764df94d (patch) | |
| tree | d828dbf8e5b9e70ffd2721fb6b6c84b56f81c09a /scripts/buildsystems | |
| parent | 709ced580d1af1a0704660e355f5a3f0f06c8899 (diff) | |
| download | vcpkg-59795e2a8e4e2ecd0f1a09e165b61291764df94d.tar.gz vcpkg-59795e2a8e4e2ecd0f1a09e165b61291764df94d.zip | |
add shogun 6.1.3 (#2977)
* add shogun 6.1.3
* [shogun] Add additional dependencies, force static linking
Diffstat (limited to 'scripts/buildsystems')
| -rw-r--r-- | scripts/buildsystems/vcpkg.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/buildsystems/vcpkg.cmake b/scripts/buildsystems/vcpkg.cmake index 50001e97d..2f3af6598 100644 --- a/scripts/buildsystems/vcpkg.cmake +++ b/scripts/buildsystems/vcpkg.cmake @@ -260,6 +260,11 @@ macro(find_package name) "optimized" "${_VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}/lib/nghttp2.lib") endif() endif() + elseif("${name}" STREQUAL "LibXml2") + _find_package(${ARGV}) + if(LibXml2_FOUND AND (CMAKE_SYSTEM_NAME STREQUAL "Windows" OR CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")) + list(APPEND LIBXML2_LIBRARIES libiconv libcharset ws2_32) + endif() else() _find_package(${ARGV}) endif() |
