[pugixml] Fix debug library name (#10134)

* Fix debug library name

* use option

* Update CONTROL
This commit is contained in:
Greg Williamson 2020-02-29 01:26:29 -05:00 committed by GitHub
parent 12caf950f8
commit 9e7db0ccba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Source: pugixml
Version: 1.10
Version: 1.10-1
Homepage: https://github.com/zeux/pugixml
Description: C++ XML processing library

View File

@ -11,6 +11,7 @@ vcpkg_from_github(
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS -DUSE_POSTFIX=ON
)
vcpkg_install_cmake()