From 7a769648e87235d2d2197820c448f71d47e1865a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 12 Jun 2015 07:47:53 +0200 Subject: [PATCH] core: fix package name in comment (FindCppUTest.cmake) --- cmake/FindCppUTest.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/FindCppUTest.cmake b/cmake/FindCppUTest.cmake index 67edd3d1c..efac5b76c 100644 --- a/cmake/FindCppUTest.cmake +++ b/cmake/FindCppUTest.cmake @@ -18,9 +18,9 @@ # # - Find CppUTest -# This module finds if Guile is installed and determines where the include files -# and libraries are. It also determines what the name of the library is. This -# code sets the following variables: +# This module finds if CppUTest is installed and determines where the include +# files and libraries are. It also determines what the name of the library is. +# This code sets the following variables: # # CPPUTEST_FOUND = CppUTest is installed # CPPUTEST_INCLUDE_DIRS = CppUTest include directory