summaryrefslogtreecommitdiff
path: root/cmake/Modules/FindCppUnit.cmake
diff options
context:
space:
mode:
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