diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-12 07:47:53 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-12 07:47:53 +0200 |
commit | 7a769648e87235d2d2197820c448f71d47e1865a (patch) | |
tree | 2bb1a55d6fd48d75d8006d0e02557100cc2a5bd0 /cmake/FindCppUTest.cmake | |
parent | 68b45a82163ea51e0b8cb592e6a3339bcd37cbd7 (diff) | |
download | weechat-7a769648e87235d2d2197820c448f71d47e1865a.zip |
core: fix package name in comment (FindCppUTest.cmake)
Diffstat (limited to 'cmake/FindCppUTest.cmake')
-rw-r--r-- | cmake/FindCppUTest.cmake | 6 |
1 files 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 |