[Cmake-commits] [cmake-commits] king committed FindKDE4.cmake 1.15 1.16
cmake-commits at cmake.org
cmake-commits at cmake.org
Wed Jan 21 09:49:39 EST 2009
Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv9224/Modules
Modified Files:
FindKDE4.cmake
Log Message:
STYLE: Fix if/endif mismatch in FindKDE4
Index: FindKDE4.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindKDE4.cmake,v
retrieving revision 1.15
retrieving revision 1.16
diff -C 2 -d -r1.15 -r1.16
*** FindKDE4.cmake 17 Aug 2008 09:38:02 -0000 1.15
--- FindKDE4.cmake 21 Jan 2009 14:49:37 -0000 1.16
***************
*** 17,21 ****
IF(NOT KDE4_FIND_QUIETLY)
MESSAGE( STATUS "KDE4/Qt4 and Qt3 cannot be used together in one project.")
! ENDIF(NOT KDE_FIND_QUIETLY)
RETURN()
ENDIF(KDE4_FIND_REQUIRED)
--- 17,21 ----
IF(NOT KDE4_FIND_QUIETLY)
MESSAGE( STATUS "KDE4/Qt4 and Qt3 cannot be used together in one project.")
! ENDIF(NOT KDE4_FIND_QUIETLY)
RETURN()
ENDIF(KDE4_FIND_REQUIRED)
More information about the Cmake-commits
mailing list