From 718043250f9515f402a1e295332098b33dcd23f7 Mon Sep 17 00:00:00 2001 From: Mordred Admin Date: Tue, 12 Sep 2017 15:12:03 +0200 Subject: [PATCH] use right mysqlcpp version --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index f8a6b14d..4d4c4946 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -22,8 +22,9 @@ before_build: - cd mysqlcpp - cmake --version - git clone https://github.com/mysql/mysql-connector-cpp + - git checkout 1.1 - cmake mysql-connector-cpp/. -DWITH_BOOST=C:\\Libraries\\boost_1_60_0 - - cmake --build . --target ALL_BUILD --config RelWithDebInfo + - cmake --build . --target ALL_BUILD --config RelWithDebInfo - cd c:\projects\sapphire - git submodule update --init - mkdir build