[cmake-commits] king committed Use_wxWindows.cmake 1.5 1.6

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Mar 3 15:56:06 EST 2008


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv22574

Modified Files:
	Use_wxWindows.cmake 
Log Message:
STYLE: Remove trailing whitespace.


Index: Use_wxWindows.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Use_wxWindows.cmake,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Use_wxWindows.cmake	21 Jul 2006 19:43:17 -0000	1.5
+++ Use_wxWindows.cmake	3 Mar 2008 20:56:04 -0000	1.6
@@ -1,18 +1,18 @@
-# 
+#
 # This convenience include finds if wxWindows is installed
-# and set the appropriate libs, incdirs, flags etc. 
+# and set the appropriate libs, incdirs, flags etc.
 # author Jan Woetzel <jw -at- mip.informatik.uni-kiel.de> (07/2003)
 ##
 # -----------------------------------------------------
-# USAGE: 
-#   just include Use_wxWindows.cmake 
+# USAGE:
+#   just include Use_wxWindows.cmake
 #   in your projects CMakeLists.txt
 # INCLUDE( ${CMAKE_MODULE_PATH}/Use_wxWindows.cmake)
 ##
 #   if you are sure you need GL then
 # SET(WXWINDOWS_USE_GL 1)
 #   *before* you include this file.
-# 
+#
 # -----------------------------------------------------
 # 16.Feb.2004: changed INCLUDE to FIND_PACKAGE to read from users own non-system CMAKE_MODULE_PATH (Jan Woetzel JW)
 # 07/2006: rewrite as FindwxWidgets.cmake, kept for backward compatibilty JW



More information about the Cmake-commits mailing list