This commit is contained in:
Ryo Nakamura
2023-03-10 02:09:04 +09:00
parent 34a0e0c891
commit ca94d77e45

View File

@@ -22,7 +22,7 @@ endif()
option(BUILD_STATIC OFF) # Build mscp with -static LD flag option(BUILD_STATIC OFF) # Build mscp with -static LD flag
if (BUILD_STATIC) if (BUILD_STATIC)
message(STATUS "Build mscp with -static LD optiong") message(STATUS "Build mscp with -static LD option")
if (NOT BUILD_CONAN) if (NOT BUILD_CONAN)
message(WARNING message(WARNING
"BUILD_STATIC strongly recommended with BUILD_CONAN option") "BUILD_STATIC strongly recommended with BUILD_CONAN option")
@@ -38,7 +38,7 @@ set(WITH_EXAMPLES OFF)
set(BUILD_STATIC_LIB ON) set(BUILD_STATIC_LIB ON)
if(BUILD_CONAN) if(BUILD_CONAN)
message(STATUS 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) set(WITH_GSSAPI OFF)
endif() endif()
add_subdirectory(libssh EXCLUDE_FROM_ALL) add_subdirectory(libssh EXCLUDE_FROM_ALL)