commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 16/21: build: fixing complaints for static


From: git
Subject: [Commit-gnuradio] [gnuradio] 16/21: build: fixing complaints for static builds against libuhd.a.
Date: Sat, 9 May 2015 14:05:37 +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 46c453d0657b69499ae844f22dceb19ba4757480
Author: Tom Rondeau <address@hidden>
Date:   Tue Apr 28 14:55:04 2015 -0400

    build: fixing complaints for static builds against libuhd.a.
    
    Only started when using Boost 1.58; might not really be necessary.
---
 cmake/Modules/GrBoost.cmake | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cmake/Modules/GrBoost.cmake b/cmake/Modules/GrBoost.cmake
index 3c8f7c2..766af18 100644
--- a/cmake/Modules/GrBoost.cmake
+++ b/cmake/Modules/GrBoost.cmake
@@ -28,6 +28,8 @@ set(__INCLUDED_GR_BOOST_CMAKE TRUE)
 
 set(BOOST_REQUIRED_COMPONENTS
     exception
+    regex
+    serialization
     date_time
     program_options
     filesystem



reply via email to

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