From ca94d77e4544862e4c43cfddde69050bdc08fd35 Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Fri, 10 Mar 2023 02:09:04 +0900 Subject: fix typo --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f6ab756..19e50b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ endif() option(BUILD_STATIC OFF) # Build mscp with -static LD flag if (BUILD_STATIC) - message(STATUS "Build mscp with -static LD optiong") + message(STATUS "Build mscp with -static LD option") if (NOT BUILD_CONAN) message(WARNING "BUILD_STATIC strongly recommended with BUILD_CONAN option") @@ -38,7 +38,7 @@ set(WITH_EXAMPLES OFF) set(BUILD_STATIC_LIB ON) if(BUILD_CONAN) message(STATUS - "Disable libssh GSSAPI support beucase libkrb5 doesn't exist on conan") + "Disable libssh GSSAPI support because libkrb5 doesn't exist in conan") set(WITH_GSSAPI OFF) endif() add_subdirectory(libssh EXCLUDE_FROM_ALL) -- cgit v1.2.3