From 08fefec65ea7ba87855cd5474da4fa3fbbd25c60 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Sun, 3 May 2026 12:27:58 -0700
Subject: [PATCH] Removed spurious spaces
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5fec88bf..e7f05b6a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -255,7 +255,7 @@ else()
set_property(TARGET Maelstrom PROPERTY INSTALL_RPATH "$ORIGIN")
if(USE_VENDORED_SDL)
set_property(TARGET SDL3-shared PROPERTY INSTALL_RPATH "$ORIGIN")
- endif( )
+ endif()
endif()
else()
include(GNUInstallDirs)