mirror of
https://github.com/upa/mscp.git
synced 2026-02-24 17:04:43 +08:00
fix typo
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user