aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
-rw-r--r--CMakeLists.txt2
2 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 2ff2a8e..1578946 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,10 +5,11 @@ compiler:
- clang
before_script:
- - sudo apt-get install -qq libboost-all-dev
- sudo add-apt-repository -y ppa:kalakris/cmake
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
+ - sudo add-apt-repository -y ppa:boost-latest/ppa
- sudo apt-get -qq update
+ - sudo apt-get install -qq libboost1.55-all-dev
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
- mkdir build
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 539da23..ce97cd9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@ endif()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=c++1y")
-find_package( Boost 1.40 COMPONENTS date_time filesystem system thread REQUIRED )
+find_package( Boost 1.52 COMPONENTS date_time filesystem system thread REQUIRED )
include_directories( ${Boost_INCLUDE_DIR} )
set(PROJECT_INCLUDE_DIR