From 4f523db420e427ee32503beb64acb403058ce2df Mon Sep 17 00:00:00 2001 From: Kyungwon Chun Date: Tue, 9 Apr 2024 20:29:02 +0900 Subject: [PATCH] Update CMakeLists.txt Fix a typo. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 721b0931..2817c07b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ option(RPCLIB_BUILD_EXAMPLES "Build examples." OFF) option(RPCLIB_ENABLE_LOGGING - "ALlow logging in the library for debug purposes." + "Allow logging in the library for debug purposes." OFF) option(RPCLIB_ENABLE_COVERAGE "Generate coverage information"