summaryrefslogtreecommitdiff
path: root/cmake/Modules/FindCppUnit.cmake
diff options
context:
space:
mode:
authorJosh Blum2011-12-12 14:08:55 -0800
committerJosh Blum2011-12-12 14:08:55 -0800
commit0ee2298b82a20ab13da022e1991be13f5272d581 (patch)
tree085a5f96c3fa6b6e40f6a9ea7d56ad99fcc2ff10 /cmake/Modules/FindCppUnit.cmake
parentfc6151d4516ee86b697602014b83fb08a88c30f0 (diff)
downloadgnuradio-0ee2298b82a20ab13da022e1991be13f5272d581.tar.gz
gnuradio-0ee2298b82a20ab13da022e1991be13f5272d581.tar.bz2
gnuradio-0ee2298b82a20ab13da022e1991be13f5272d581.zip
cmake: fix QUIET arg usage on PKG_CHECK_MODULES
Diffstat (limited to 'cmake/Modules/FindCppUnit.cmake')
-rw-r--r--cmake/Modules/FindCppUnit.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/FindCppUnit.cmake b/cmake/Modules/FindCppUnit.cmake
index c3a5d9681..29c9ba4ff 100644
--- a/cmake/Modules/FindCppUnit.cmake
+++ b/cmake/Modules/FindCppUnit.cmake
@@ -10,7 +10,7 @@
# CPPUNIT_FOUND, If false, do not try to use CppUnit.
INCLUDE(FindPkgConfig)
-PKG_CHECK_MODULES(PC_CPPUNIT "cppunit" QUIET)
+PKG_CHECK_MODULES(PC_CPPUNIT QUIET "cppunit")
FIND_PATH(CPPUNIT_INCLUDE_DIRS
NAMES cppunit/TestCase.h