[Pkg-running-devel] [antpm] 25/41: travis-ci: try using newer boost v10

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Tue Feb 23 21:46:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

ralovich-guest pushed a commit to branch upstream
in repository antpm.

commit df2ace0ee7e3a4dfe642f19f02796664706c20a1
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Sat Oct 10 17:30:22 2015 +0200

    travis-ci: try using newer boost v10
---
 .travis.yml        | 1 +
 src/CMakeLists.txt | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index f73eedd..0a936d4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,6 +31,7 @@ addons:
     - libusb-dev
     - libxml2-dev
     - libboost1.55-dev
+    - libboost1.55-all-dev
     - libboost-atomic1.55-dev
     - libboost-date-time1.55-dev
     - libboost-exception1.55-dev
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 1dc29e8..39886ee 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -123,7 +123,7 @@ IF(NOT WIN32)
   SET(MY_ANTPM_LIBRARIES "stdc++;rt")
 ENDIF()
 
-
+MESSAGE(STATUS "Boost_LIBRARIES="${Boost_LIBRARIES})
 ADD_LIBRARY(antpm
   ${SRCS}
 )
@@ -136,6 +136,7 @@ TARGET_LINK_LIBRARIES(antpm
   ${Boost_SYSTEM_LIBRARY}
   ${Boost_FILESYSTEM_LIBRARY}
   ${MY_ANTPM_LIBRARIES}
+  ${Boost_LIBRARIES}
 )
 
 ADD_EXECUTABLE(antpm-usbmon2ant

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/antpm.git



More information about the Pkg-running-devel mailing list