mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
boost-1.50 is required, trying to figure out which versions are available at travis
Might have to install headers manually
This commit is contained in:
parent
ef21539062
commit
8bdb3e953d
@ -15,7 +15,7 @@ notifications:
|
|||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install libboost-dev
|
- sudo apt-cache search libboost
|
||||||
- if [ "$CXX" = "g++" ]; then sudo apt-get install g++-4.8; fi
|
- if [ "$CXX" = "g++" ]; then sudo apt-get install g++-4.8; fi
|
||||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
|
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ build(insert)
|
|||||||
build(update)
|
build(update)
|
||||||
build(remove)
|
build(remove)
|
||||||
build(select)
|
build(select)
|
||||||
find_package(Boost 1.46)
|
find_package(Boost 1.50)
|
||||||
if(Boost_FOUND)
|
if(Boost_FOUND)
|
||||||
MESSAGE(${Boost_INCLUDE_DIRS})
|
MESSAGE(${Boost_INCLUDE_DIRS})
|
||||||
include_directories(${Boost_INCLUDE_DIRS})
|
include_directories(${Boost_INCLUDE_DIRS})
|
||||||
|
Loading…
Reference in New Issue
Block a user