mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:19:00 +08:00
[pugixml] Fix debug library name (#10134)
* Fix debug library name * use option * Update CONTROL
This commit is contained in:
parent
12caf950f8
commit
9e7db0ccba
@ -1,4 +1,4 @@
|
||||
Source: pugixml
|
||||
Version: 1.10
|
||||
Version: 1.10-1
|
||||
Homepage: https://github.com/zeux/pugixml
|
||||
Description: C++ XML processing library
|
||||
|
@ -11,6 +11,7 @@ vcpkg_from_github(
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
PREFER_NINJA
|
||||
OPTIONS -DUSE_POSTFIX=ON
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
|
Loading…
Reference in New Issue
Block a user