[cmake-commits] hoffman committed FindSDL.cmake 1.9 1.10

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Oct 3 13:48:56 EDT 2006


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

Modified Files:
	FindSDL.cmake 
Log Message:
BUG: fix for 3765


Index: FindSDL.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindSDL.cmake,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- FindSDL.cmake	15 Dec 2005 19:17:42 -0000	1.9
+++ FindSDL.cmake	3 Oct 2006 17:48:54 -0000	1.10
@@ -159,3 +159,4 @@
   SET(SDL_FOUND "YES")
 ENDIF(SDL_LIBRARY_TEMP)
 
+MARK_AS_ADVANCED(SDL_LIBRARY_TEMP)



More information about the Cmake-commits mailing list