summaryrefslogtreecommitdiff
path: root/gr-shd
diff options
context:
space:
mode:
authorJohnathan Corgan <jcorgan@corganenterprises.com>2012-02-05 10:37:02 -0800
committerJohnathan Corgan <jcorgan@corganenterprises.com>2012-02-05 10:42:57 -0800
commite6805a25568a5ce24937039f57a6eb1df1f82aa9 (patch)
tree54d08e3cdb9e59482800466361af697052610585 /gr-shd
parent651301f7c0dc3ea58d2b770baeb8de0f42ceb609 (diff)
cmake: remove QUIET option from some listfiles
* PKG_CHECK_MODULES only supports QUIET >=2.8.2, Ubuntu LTS has 2.8.0
Diffstat (limited to 'gr-shd')
-rw-r--r--gr-shd/CMakeLists.txt2
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