mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Cmake: missing quotes
I hate it when I do this Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
da7fb2eff4
commit
186f8c6ac1
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ else()
|
|||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DUSE_LIBGIT23_API")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DUSE_LIBGIT23_API")
|
||||
find_package(Libssh2 QUIET CONFIG)
|
||||
if (${LIBSSH2_VERSION} STRGREATER "1.6.1")
|
||||
if ("${LIBSSH2_VERSION}" STRGREATER "1.6.1")
|
||||
set(LIBSSH2_LIBRARIES Libssh2::libssh2)
|
||||
endif()
|
||||
if(!LIBSSH2_FOUND OR "${LIBSSH2_FOUND}" STREQUAL "")
|
||||
|
|
Loading…
Reference in a new issue