1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-24 02:27:46 +00:00

use right mysqlcpp version

This commit is contained in:
Mordred Admin 2017-09-12 15:12:03 +02:00
parent 8764b075ab
commit 718043250f

View file

@ -22,6 +22,7 @@ before_build:
- cd mysqlcpp - cd mysqlcpp
- cmake --version - cmake --version
- git clone https://github.com/mysql/mysql-connector-cpp - 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 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 - cd c:\projects\sapphire