mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 21:47:44 +00:00
cmake: remove stray debug line
This commit is contained in:
@@ -2813,7 +2813,6 @@ Libs.private:")
|
|||||||
list(REMOVE_DUPLICATES SDL_STATIC_LIBS)
|
list(REMOVE_DUPLICATES SDL_STATIC_LIBS)
|
||||||
listtostr(SDL_STATIC_LIBS _SDL_STATIC_LIBS)
|
listtostr(SDL_STATIC_LIBS _SDL_STATIC_LIBS)
|
||||||
set(SDL_STATIC_LIBS ${_SDL_STATIC_LIBS})
|
set(SDL_STATIC_LIBS ${_SDL_STATIC_LIBS})
|
||||||
message("sdl_libs: ${SDL_LIBS}")
|
|
||||||
listtostr(SDL_LIBS _SDL_LIBS)
|
listtostr(SDL_LIBS _SDL_LIBS)
|
||||||
set(SDL_LIBS ${_SDL_LIBS})
|
set(SDL_LIBS ${_SDL_LIBS})
|
||||||
listtostr(SDL_CFLAGS _SDL_CFLAGS "")
|
listtostr(SDL_CFLAGS _SDL_CFLAGS "")
|
||||||
|
|||||||
Reference in New Issue
Block a user