mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
[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:
parent
39772adbfe
commit
536e18c7cf
@ -1,3 +1,3 @@
|
||||
Source: libmysql
|
||||
Version: 5.7.17
|
||||
Version: 5.7.17-1
|
||||
Description: A MySQL client library for C development.
|
@ -24,6 +24,7 @@ vcpkg_configure_cmake(
|
||||
-DWITHOUT_SERVER=ON
|
||||
-DWITH_UNIT_TESTS=OFF
|
||||
-DENABLED_PROFILING=OFF
|
||||
-DWIX_DIR=OFF
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
|
Loading…
x
Reference in New Issue
Block a user