[Pkg-running-devel] [antpm] 21/41: cmake: link boost exception too

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Tue Feb 23 21:46:45 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 153359be3aa722e788f98ad1909f1fe61d2ac4f5
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Sat Oct 10 16:40:04 2015 +0200

    cmake: link boost exception too
---
 src/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 39c7b9f..2242a93 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -69,7 +69,7 @@ ELSE()
 ENDIF()
 set(Boost_USE_MULTITHREADED      ON)
 set(Boost_USE_STATIC_RUNTIME    OFF)
-FIND_PACKAGE(Boost 1.41.0 COMPONENTS thread unit_test_framework program_options system filesystem date_time atomic REQUIRED)
+FIND_PACKAGE(Boost 1.41.0 COMPONENTS thread unit_test_framework program_options system filesystem date_time atomic exception REQUIRED)
 IF(NOT Boost_FOUND)
   MESSAGE(FATAL_ERROR "Boost not found!")
 ENDIF()
@@ -132,6 +132,7 @@ TARGET_LINK_LIBRARIES(antpm
   ${LIBUSB_LIBRARIES}
   ${Boost_THREAD_LIBRARY}
   ${Boost_ATOMIC_LIBRARY}
+  ${Boost_EXCEPTION_LIBRARY}
   ${Boost_SYSTEM_LIBRARY}
   ${Boost_FILESYSTEM_LIBRARY}
   ${MY_ANTPM_LIBRARIES}

-- 
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