aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2016-10-13 11:34:02 -0700
committerRobert Schumacher <roschuma@microsoft.com>2016-10-13 11:34:02 -0700
commitf46b9d18fccf5d904c88baa633cafda55e9c2600 (patch)
treebfb22b5358eed4914c16ddd6570125101e6d045b
parent6202f61cd636fe25c596334afc2b82c141e5486e (diff)
downloadvcpkg-f46b9d18fccf5d904c88baa633cafda55e9c2600.tar.gz
vcpkg-f46b9d18fccf5d904c88baa633cafda55e9c2600.zip
[nanodbc] Switch USE_UNICODE to ON to match upstream's build.bat.
-rw-r--r--ports/nanodbc/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/nanodbc/portfile.cmake b/ports/nanodbc/portfile.cmake
index 978175822..8e8857424 100644
--- a/ports/nanodbc/portfile.cmake
+++ b/ports/nanodbc/portfile.cmake
@@ -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()