[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/01: CMake: GRBoost: gnuradio-runtime dep
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/01: CMake: GRBoost: gnuradio-runtime depends on boost::regex |
Date: |
Mon, 16 May 2016 15:13:07 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit 27fbbf22e359e8ec4a04399f3dc139f8c25031cb
Author: Paul Cercueil <address@hidden>
Date: Thu Feb 18 16:41:09 2016 +0100
CMake: GRBoost: gnuradio-runtime depends on boost::regex
Signed-off-by: Paul Cercueil <address@hidden>
---
cmake/Modules/GrBoost.cmake | 1 +
1 file changed, 1 insertion(+)
diff --git a/cmake/Modules/GrBoost.cmake b/cmake/Modules/GrBoost.cmake
index fcac5cf..ecf58a9 100644
--- a/cmake/Modules/GrBoost.cmake
+++ b/cmake/Modules/GrBoost.cmake
@@ -32,6 +32,7 @@ set(BOOST_REQUIRED_COMPONENTS
filesystem
system
thread
+ regex
)
if(UNIX AND NOT BOOST_ROOT AND EXISTS "/usr/lib64")