Browse Source

fix typo in comment

pull/2318/head
ideal 5 years ago
parent
commit
a3265742d1
1 changed files with 1 additions and 1 deletions
  1. 2
      CMakeLists.txt

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

Loading…
Cancel
Save