From a3265742d1856feae55a8cf82f50c8abb894235f Mon Sep 17 00:00:00 2001 From: ideal Date: Mon, 11 Mar 2019 14:38:44 +0800 Subject: [PATCH] fix typo in comment --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 01961e85..8ddb5ca4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ option(WITH_EMBEDDED_SRC "build with embedded libcork, libipset, and libbloom so # Will set GIT_EXECUTABLE and GIT_FOUND # find_package(Git) -# When choose to not use embedded libcork, libipset and libboom, use libs shipped by system +# When choose to not use embedded libcork, libipset and libbloom, use libs shipped by system if (NOT WITH_EMBEDDED_SRC) set(USE_SYSTEM_SHARED_LIB TRUE) endif ()