summary refs log tree commit diff
diff options
context:
space:
mode:
authorJason Volk <jason@zemos.net>2022-09-13 13:12:33 -0700
committerNicolas Werner <nicolas.werner@hotmail.de>2022-09-17 18:14:48 +0200
commit603b90a6f59d6750b8888796f67e280f7cabdecb (patch)
tree91e158be37eecdfd5366d1eb782b4f4f9a44a357
parentMerge pull request #1186 from q234rty/patch-1 (diff)
downloadnheko-603b90a6f59d6750b8888796f67e280f7cabdecb.tar.xz
Fix copypasto in cmake bundle option descriptions.
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index 82a54b73..456bf59e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -60,8 +60,8 @@ option(USE_BUNDLED_LMDBXX "Use the bundled version of lmdb++." ${HUNTER_ENABLED} option(USE_BUNDLED_QTKEYCHAIN "Use the bundled version of Qt5Keychain." ${HUNTER_ENABLED}) option(USE_BUNDLED_COEURL "Use a bundled version of the Curl wrapper" ${HUNTER_ENABLED}) -option(USE_BUNDLED_LIBEVENT "Use the bundled version of spdlog." ${HUNTER_ENABLED}) -option(USE_BUNDLED_LIBCURL "Use the bundled version of spdlog." ${HUNTER_ENABLED}) +option(USE_BUNDLED_LIBEVENT "Use the bundled version of libevent." ${HUNTER_ENABLED}) +option(USE_BUNDLED_LIBCURL "Use the bundled version of libcurl." ${HUNTER_ENABLED}) include(CMakeDependentOption) set(VOIP_DEFAULT ON)