From 731ecc0d1be4cb3119b2e371a544914edf95d591 Mon Sep 17 00:00:00 2001 From: anon Date: Fri, 2 Jun 2023 05:45:16 -0300 Subject: [PATCH] fix typo --- examples/server/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/CMakeLists.txt b/examples/server/CMakeLists.txt index 67b086754..74126c687 100644 --- a/examples/server/CMakeLists.txt +++ b/examples/server/CMakeLists.txt @@ -4,7 +4,7 @@ add_executable(${TARGET} server.cpp json.hpp httplib.h) target_compile_definitions(${TARGET} PRIVATE # single thread CPPHTTPLIB_THREAD_POOL_COUNT=1 - # crash the server in the debug mode, otherwise send http 500 error + # crash the server in debug mode, otherwise send an http 500 error $<$: CPPHTTPLIB_NO_EXCEPTIONS=1 >