diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-02-05 10:44:40 -0800 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-02-05 10:44:40 -0800 |
commit | 89e32f4031d68b5f2a819f1923808958f931edb7 (patch) | |
tree | d0f3f074d9bb8b7257ea8bd68341d3707f0bb7a0 /gr-shd | |
parent | 6063ef0108a5382427519e4b99555ac7a0eee730 (diff) | |
parent | 1023c48cc7e05a0d6c9ae72587304a86c57d6ca8 (diff) |
Merge branch 'master' into next
Diffstat (limited to 'gr-shd')
-rw-r--r-- | gr-shd/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-shd/CMakeLists.txt b/gr-shd/CMakeLists.txt index de9daf5402..a1b3b1a0b3 100644 --- a/gr-shd/CMakeLists.txt +++ b/gr-shd/CMakeLists.txt @@ -22,7 +22,7 @@ ######################################################################## include(GrBoost) -PKG_CHECK_MODULES(PC_SHD shd QUIET) +PKG_CHECK_MODULES(PC_SHD shd) FIND_PATH( SHD_INCLUDE_DIRS NAMES shd/config.hpp |