From f8123f15805c420de967bd257f76e424750c6c05 Mon Sep 17 00:00:00 2001 From: Antoine Fontaine Date: Wed, 25 Mar 2026 17:23:58 +0100 Subject: [PATCH] Print used SDL path and version --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e4f1825f0..bbe9286d94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -689,6 +689,7 @@ if (BUILD_CLIENT OR WIN32) endif() find_package(SDL3 REQUIRED CONFIG) + message("Found SDL3 ${SDL3_VERSION}: ${SDL3_DIR}") if (WIN32) set(LIBS_ENGINE_BASE ${LIBS_ENGINE_BASE} SDL3::SDL3)