diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-05-16 07:56:13 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-05-16 07:56:13 -0700 |
commit | 816c57e1ba713c0719ef7dc9753304f4b5405349 (patch) | |
tree | 9e53d7571ae04836d1e2089c35e8e2e29c033ed5 /cmake | |
parent | 2aec2ff84b5b091d929dd03e3df688e850bdb57f (diff) | |
parent | 27fbbf22e359e8ec4a04399f3dc139f8c25031cb (diff) |
Merge branch 'maint'
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") |