mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:58:59 +08:00
[nanodbc] Switch USE_UNICODE to ON to match upstream's build.bat.
This commit is contained in:
parent
6202f61cd6
commit
f46b9d18fc
@ -22,7 +22,7 @@ vcpkg_configure_cmake(
|
||||
OPTIONS
|
||||
-DNANODBC_EXAMPLES=OFF
|
||||
-DNANODBC_TEST=OFF
|
||||
-DNANODBC_USE_UNICODE=OFF # it's the default value.
|
||||
-DNANODBC_USE_UNICODE=ON
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
|
Loading…
Reference in New Issue
Block a user