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 ()