mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-23 18:17:46 +00:00
use right mysqlcpp version
This commit is contained in:
parent
8764b075ab
commit
718043250f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue