From 8764b075ab25e46ff50caea3be5065f7c2d6bede Mon Sep 17 00:00:00 2001 From: Mordred Admin Date: Tue, 12 Sep 2017 14:31:06 +0200 Subject: [PATCH] Set path for mysqlpp install --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 3ef85b45..f8a6b14d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -28,7 +28,7 @@ before_build: - git submodule update --init - mkdir build - cd build - - cmake .. -G "Visual Studio 14 2015" + - cmake .. -G "Visual Studio 14 2015" -DMYSQLCONNECTORCPP_ROOT_DIR=C:\\projects\\mysqlcpp\\mysql-connector-cpp - cmake --build . --target ALL_BUILD --config Debug build_script: