summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorPaul Cercueil <paul.cercueil@analog.com>2016-02-18 16:41:09 +0100
committerJohnathan Corgan <johnathan@corganlabs.com>2016-05-16 07:15:12 -0700
commit27fbbf22e359e8ec4a04399f3dc139f8c25031cb (patch)
treee382087f190966d0e835b22ca648731cd952e6a4 /cmake
parentb7e07b638ffea7236d3e533acfea95f3f229a882 (diff)
CMake: GRBoost: gnuradio-runtime depends on boost::regex
Signed-off-by: Paul Cercueil <paul.cercueil@analog.com>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Modules/GrBoost.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/Modules/GrBoost.cmake b/cmake/Modules/GrBoost.cmake
index fcac5cf975..ecf58a9367 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")