summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindCppUTest.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindCppUTest.cmake b/cmake/FindCppUTest.cmake
index 33740ddcb..67edd3d1c 100644
--- a/cmake/FindCppUTest.cmake
+++ b/cmake/FindCppUTest.cmake
@@ -33,5 +33,5 @@ endif()
find_package(PkgConfig)
if(PKG_CONFIG_FOUND)
- pkg_search_module(CPPUTEST REQUIRED cpputest)
+ pkg_search_module(CPPUTEST cpputest)
endif()