From 536e18c7cffe7394099ab48160a0dc2619a5e24f Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Fri, 17 Feb 2017 16:54:29 -0800 Subject: [PATCH] [libmysql] Disable installer project Fixes build failure when you have WiX installed in your system and you are using the VS2017 toolset --- ports/libmysql/CONTROL | 2 +- ports/libmysql/portfile.cmake | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ports/libmysql/CONTROL b/ports/libmysql/CONTROL index 4e5564972..906249936 100644 --- a/ports/libmysql/CONTROL +++ b/ports/libmysql/CONTROL @@ -1,3 +1,3 @@ Source: libmysql -Version: 5.7.17 +Version: 5.7.17-1 Description: A MySQL client library for C development. \ No newline at end of file diff --git a/ports/libmysql/portfile.cmake b/ports/libmysql/portfile.cmake index 4d711fef5..530732b71 100644 --- a/ports/libmysql/portfile.cmake +++ b/ports/libmysql/portfile.cmake @@ -24,6 +24,7 @@ vcpkg_configure_cmake( -DWITHOUT_SERVER=ON -DWITH_UNIT_TESTS=OFF -DENABLED_PROFILING=OFF + -DWIX_DIR=OFF ) vcpkg_install_cmake()