From 9473ff4c13a6310e6ea4db7821f53b82738fab87 Mon Sep 17 00:00:00 2001 From: Rayyan Ansari <68647953+RayyanAnsari@users.noreply.github.com> Date: Sat, 2 Oct 2021 10:24:25 +0000 Subject: [PATCH] Missed a quote --- src/frontend/qt_sdl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/qt_sdl/CMakeLists.txt b/src/frontend/qt_sdl/CMakeLists.txt index aba1179b..8ce6fad5 100644 --- a/src/frontend/qt_sdl/CMakeLists.txt +++ b/src/frontend/qt_sdl/CMakeLists.txt @@ -78,7 +78,7 @@ if (SLIRP_FOUND) message(STATUS "libslirp found, and libslirp support is enabled") else() option(ENABLE_LIBSLIRP "Enable use of libslirp for network sockets" OFF) - message(WARNING libslirp not found, building without libslirp support!") + message(WARNING "libslirp not found, building without libslirp support!") endif() if (WIN32 AND (CMAKE_BUILD_TYPE STREQUAL Release))