mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-10-29 17:52:44 +00:00
Switch off mysql build in AppVeyor cmake build
The current MySQL installation on AppVeyor is not build with Visual Studio 15 2017. error LNK2038: mismatch detected for '_MSC_VER': value '1800' doesn't match value '1900'
This commit is contained in:
@@ -419,7 +419,7 @@ build_script:
|
||||
$defs+=" -DPOCO_ENABLE_PDF=OFF";
|
||||
$defs+=" -DPOCO_ENABLE_NETSSL=ON";
|
||||
$defs+=" -DPOCO_ENABLE_NETSSL_WIN=ON";
|
||||
$defs+=" -DPOCO_ENABLE_SQL_MYSQL=ON";
|
||||
$defs+=" -DPOCO_ENABLE_SQL_MYSQL=OFF";
|
||||
$defs+=" -DPOCO_ENABLE_REDIS=OFF";
|
||||
$defs+=" -DPOCO_ENABLE_SAMPLES=ON";
|
||||
$defs+=" -DPOCO_ENABLE_TESTS=ON";
|
||||
|
||||
Reference in New Issue
Block a user