[nanodbc] Switch USE_UNICODE to ON to match upstream's build.bat.

This commit is contained in:
Robert Schumacher 2016-10-13 11:34:02 -07:00
parent 6202f61cd6
commit f46b9d18fc

View File

@ -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()