From 9fcb656027458de398910f281a0a3dcafc76bec8 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Fri, 11 Apr 2014 09:26:45 -0700 Subject: [PATCH] add a newline to FindGnuTLS and fix filename in header --- cmake/modules/FindGnuTLS.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/modules/FindGnuTLS.cmake b/cmake/modules/FindGnuTLS.cmake index 724dcbe171..0e1899864b 100644 --- a/cmake/modules/FindGnuTLS.cmake +++ b/cmake/modules/FindGnuTLS.cmake @@ -1,5 +1,5 @@ # -# FindFaceshift.cmake +# FindGnuTLS.cmake # # Try to find the GnuTLS library # @@ -38,4 +38,4 @@ else () message(STATUS "the GnuTLS lib folder. Replace $GnuTLS-DIR in the command with the directory") message(STATUS "containing GnuTLS.") endif () -endif () \ No newline at end of file +endif ()