Commit 892518f8f7137eb240924a67fc5017911ed3687b

Sam Lantinga 2022-06-29T17:25:04

Merge commit '76f40e2b3b685b18a7f8db64bf425d3c87ddc896' into main

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4c2c4c8..7caac46 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 "")