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()