diff options
author | Paul Cercueil <paul.cercueil@analog.com> | 2016-02-18 16:41:09 +0100 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-05-16 07:15:12 -0700 |
commit | 27fbbf22e359e8ec4a04399f3dc139f8c25031cb (patch) | |
tree | e382087f190966d0e835b22ca648731cd952e6a4 /cmake | |
parent | b7e07b638ffea7236d3e533acfea95f3f229a882 (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.cmake | 1 |
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") |