commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 04/12: android: cmake: adding Boost deps us


From: git
Subject: [Commit-gnuradio] [gnuradio] 04/12: android: cmake: adding Boost deps used static builds; ordering in this patch is important.
Date: Fri, 19 Feb 2016 13:58:39 +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 9942b6a3bc9acdd57a9d6b8bb0b1243abfc4e5f4
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 21 09:26:28 2014 -0500

    android: cmake: adding Boost deps used static builds; ordering in this 
patch is important.
---
 cmake/Modules/GrBoost.cmake | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/cmake/Modules/GrBoost.cmake b/cmake/Modules/GrBoost.cmake
index fcac5cf..766af18 100644
--- a/cmake/Modules/GrBoost.cmake
+++ b/cmake/Modules/GrBoost.cmake
@@ -27,11 +27,15 @@ set(__INCLUDED_GR_BOOST_CMAKE TRUE)
 ########################################################################
 
 set(BOOST_REQUIRED_COMPONENTS
+    exception
+    regex
+    serialization
     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]