From 76f40e2b3b685b18a7f8db64bf425d3c87ddc896 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Fri, 24 Jun 2022 14:41:35 +0200 Subject: [PATCH] cmake: remove stray debug line --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c2c4c89b..7caac46fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2813,7 +2813,6 @@ Libs.private:") list(REMOVE_DUPLICATES SDL_STATIC_LIBS) listtostr(SDL_STATIC_LIBS _SDL_STATIC_LIBS) set(SDL_STATIC_LIBS ${_SDL_STATIC_LIBS}) - message("sdl_libs: ${SDL_LIBS}") listtostr(SDL_LIBS _SDL_LIBS) set(SDL_LIBS ${_SDL_LIBS}) listtostr(SDL_CFLAGS _SDL_CFLAGS "")