commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/14: cmake: android: adding exceptions and atomic to Boost deps; ordering in this patch is important.
Date: Thu, 12 Mar 2015 19:38:13 +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 3d81ef85cd06b34aae853125eb85d1e9697f50f3
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]