commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 01/21: cmake: android: adding exceptions an


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/21: cmake: android: adding exceptions and atomic to Boost deps; ordering in this patch is important.
Date: Sat, 9 May 2015 14:05:36 +0000 (UTC)

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

trondeau pushed a commit to branch android
in repository gnuradio.

commit b44039d78692f9742c42622f7a434be01b52f3cc
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 21 09:26:28 2014 -0500

    cmake: android: adding exceptions and atomic to Boost deps; ordering in 
this patch is important.
---
 cmake/Modules/GrBoost.cmake | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cmake/Modules/GrBoost.cmake b/cmake/Modules/GrBoost.cmake
index fcac5cf..3c8f7c2 100644
--- a/cmake/Modules/GrBoost.cmake
+++ b/cmake/Modules/GrBoost.cmake
@@ -27,11 +27,13 @@ set(__INCLUDED_GR_BOOST_CMAKE TRUE)
 ########################################################################
 
 set(BOOST_REQUIRED_COMPONENTS
+    exception
     date_time
     program_options
     filesystem
     system
     thread
+    atomic
 )
 
 if(UNIX AND NOT BOOST_ROOT AND EXISTS "/usr/lib64")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]