From c0fb71f2a9c151d86e4e2002c1376a1919f0dd41 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Thu, 3 Apr 2025 21:32:38 +0200 Subject: [PATCH] cmake: fix SDL_UNINSTALL post-configuration report --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7cc5fdc74b..9591315ab0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4264,6 +4264,7 @@ endif() ##### Uninstall target ##### if(SDL_UNINSTALL) + set(HAVE_UNINSTALL ON) if(NOT TARGET uninstall) configure_file(cmake/cmake_uninstall.cmake.in cmake_uninstall.cmake IMMEDIATE @ONLY)