diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-09-28 20:37:38 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-01 18:31:41 +0200 |
commit | baf8f635fff9e3b5417d3d88efb35df3f1c59a8d (patch) | |
tree | 98a0e3dcb62d3730da9111cfebc0f510c1a55ad6 /cmake/FindCppUTest.cmake | |
parent | 779420d50d366fd8864a3c5bf5585160443a28cc (diff) | |
download | weechat-baf8f635fff9e3b5417d3d88efb35df3f1c59a8d.zip |
core: fix style in CMake files
Diffstat (limited to 'cmake/FindCppUTest.cmake')
-rw-r--r-- | cmake/FindCppUTest.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/FindCppUTest.cmake b/cmake/FindCppUTest.cmake index 4bf60c151..b2ce51404 100644 --- a/cmake/FindCppUTest.cmake +++ b/cmake/FindCppUTest.cmake @@ -27,8 +27,8 @@ # CPPUTEST_LIBRARIES = Link options to compile with CppUTest if(CPPUTEST_FOUND) - # Already in cache, be silent - set(CPPUTEST_FIND_QUIETLY TRUE) + # Already in cache, be silent + set(CPPUTEST_FIND_QUIETLY TRUE) endif() find_package(PkgConfig) |