Missed a quote

This commit is contained in:
Rayyan Ansari 2021-10-02 10:24:25 +00:00 committed by GitHub
parent 02df7964b6
commit 9473ff4c13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ if (SLIRP_FOUND)
message(STATUS "libslirp found, and libslirp support is enabled") message(STATUS "libslirp found, and libslirp support is enabled")
else() else()
option(ENABLE_LIBSLIRP "Enable use of libslirp for network sockets" OFF) 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() endif()
if (WIN32 AND (CMAKE_BUILD_TYPE STREQUAL Release)) if (WIN32 AND (CMAKE_BUILD_TYPE STREQUAL Release))