mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 07:37:45 +00:00
apparently i didnt commit this
This commit is contained in:
parent
23e2bb4b7b
commit
04105eaad4
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ before_install:
|
||||||
- sudo apt-get install -y software-properties-common
|
- sudo apt-get install -y software-properties-common
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install gcc-4.9 g++-4.9 gcc-4.9-multilib g++-4.9-multilib
|
- sudo apt-get install gcc-4.9 g++-4.9 gcc-4.9-multilib g++-4.9-multilib
|
||||||
- sudo apt-get install libboost-dev libboost-all-dev libmysqlclient-dev:i386
|
- sudo apt-get install libboost-dev libboost-all-dev libmysqlclient-dev
|
||||||
|
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
|
|
|
@ -15,7 +15,7 @@ set(Boost_USE_STATIC_LIBS ON)
|
||||||
if(UNIX)
|
if(UNIX)
|
||||||
include_directories("/usr/include/mysql/")
|
include_directories("/usr/include/mysql/")
|
||||||
message(STATUS "Setting GCC flags")
|
message(STATUS "Setting GCC flags")
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -m32")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14")
|
||||||
|
|
||||||
find_package(Boost ${SAPPHIRE_BOOST_VER} COMPONENTS log log_setup thread date_time filesystem system)
|
find_package(Boost ${SAPPHIRE_BOOST_VER} COMPONENTS log log_setup thread date_time filesystem system)
|
||||||
if(Boost_FOUND)
|
if(Boost_FOUND)
|
||||||
|
|
|
@ -15,7 +15,7 @@ set(Boost_USE_STATIC_LIBS ON)
|
||||||
if(UNIX)
|
if(UNIX)
|
||||||
include_directories("/usr/include/mysql/")
|
include_directories("/usr/include/mysql/")
|
||||||
message(STATUS "Setting GCC flags")
|
message(STATUS "Setting GCC flags")
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -m32")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14")
|
||||||
|
|
||||||
find_package(Boost ${SAPPHIRE_BOOST_VER} COMPONENTS log log_setup thread date_time filesystem system)
|
find_package(Boost ${SAPPHIRE_BOOST_VER} COMPONENTS log log_setup thread date_time filesystem system)
|
||||||
if(Boost_FOUND)
|
if(Boost_FOUND)
|
||||||
|
|
Loading…
Add table
Reference in a new issue