From 1ccca987cbc799bc09f9d3d22c341bd105238d24 Mon Sep 17 00:00:00 2001 From: James R Date: Fri, 15 May 2020 12:57:31 -0700 Subject: [PATCH] Jart? What's that? --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5726ba619..1a7b3f731 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -433,7 +433,7 @@ if(${SRB2_CONFIG_HAVE_CURL}) set(SRB2_HAVE_CURL ON) add_definitions(-DHAVE_CURL) else() - message(WARNING "You have specified that CURL is available but it was not found. SRB2Kart may not compile correctly.") + message(WARNING "You have specified that CURL is available but it was not found. SRB2 may not compile correctly.") endif() endif()