[libmysql] Disable installer project

Fixes build failure when you have WiX installed in your system and you are using the VS2017 toolset
This commit is contained in:
Alexander Karatarakis 2017-02-17 16:54:29 -08:00
parent 39772adbfe
commit 536e18c7cf
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,3 @@
Source: libmysql
Version: 5.7.17
Version: 5.7.17-1
Description: A MySQL client library for C development.

View File

@ -24,6 +24,7 @@ vcpkg_configure_cmake(
-DWITHOUT_SERVER=ON
-DWITH_UNIT_TESTS=OFF
-DENABLED_PROFILING=OFF
-DWIX_DIR=OFF
)
vcpkg_install_cmake()