[Cmake-commits] [cmake-commits] hoffman committed FindSDL.cmake 1.14 1.15 FindSDL_sound.cmake 1.7 1.8

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Apr 25 09:07:05 EDT 2008


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

Modified Files:
	FindSDL.cmake FindSDL_sound.cmake 
Log Message:
ENH: do not clear find variables


Index: FindSDL_sound.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindSDL_sound.cmake,v
retrieving revision 1.7
retrieving revision 1.8
diff -C 2 -d -r1.7 -r1.8
*** FindSDL_sound.cmake	21 Dec 2007 01:59:44 -0000	1.7
--- FindSDL_sound.cmake	25 Apr 2008 13:07:02 -0000	1.8
***************
*** 271,275 ****
         /opt/lib
           )
-        SET(TEMP_SDLSOUND_FIND_VORBIS_FRAMEWORK "" CACHE INTERNAL "")
         IF(VORBIS_LIBRARY)
           SET(SDL_SOUND_LIBRARIES_TMP ${SDL_SOUND_LIBRARIES_TMP} ${VORBIS_LIBRARY})
--- 271,274 ----

Index: FindSDL.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindSDL.cmake,v
retrieving revision 1.14
retrieving revision 1.15
diff -C 2 -d -r1.14 -r1.15
*** FindSDL.cmake	16 Jan 2008 02:20:11 -0000	1.14
--- FindSDL.cmake	25 Apr 2008 13:07:02 -0000	1.15
***************
*** 184,188 ****
    SET(SDL_LIBRARY ${SDL_LIBRARY_TEMP} CACHE STRING "Where the SDL Library can be found")
    # Set the temp variable to INTERNAL so it is not seen in the CMake GUI
!   SET(SDL_LIBRARY_TEMP "" CACHE INTERNAL "")
  
    SET(SDL_FOUND "YES")
--- 184,188 ----
    SET(SDL_LIBRARY ${SDL_LIBRARY_TEMP} CACHE STRING "Where the SDL Library can be found")
    # Set the temp variable to INTERNAL so it is not seen in the CMake GUI
!   SET(SDL_LIBRARY_TEMP "${SDL_LIBRARY_TEMP}" CACHE INTERNAL "")
  
    SET(SDL_FOUND "YES")



More information about the Cmake-commits mailing list