minor build fixes

- Travis: Upgrade clang from 3.8.0 to 3.8.1 (provides smaller package for faster downloading)
  - Travis: Makes BUILD_COMPONENTS an option
  - Followup after #3130 (Boost_LIBRARIES variable no longer exists)
This commit is contained in:
Dane Springmeyer
2016-10-27 13:39:33 -07:00
parent dc7e61c25d
commit a22e0fa62e
3 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ target_include_directories(rtree-bench
${PROJECT_SOURCE_DIR}/unit_tests)
target_link_libraries(rtree-bench
${Boost_LIBRARIES}
${BOOST_BASE_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}
${TBB_LIBRARIES})
@@ -22,7 +22,7 @@ add_executable(match-bench
target_link_libraries(match-bench
osrm
${Boost_LIBRARIES}
${BOOST_BASE_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}
${TBB_LIBRARIES})