mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Cmake support: remove a clearly broken line
This was intended to help us fine libssh2, but since it works as is now, and the typo makes the entry pointless, I'm pretty sure that this isn't needed. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4c0f6a0ac0
commit
b8ae4c50b4
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ option(SUBSURFACE_MOBILE "build the QtQuick version for mobile device" OFF)
|
|||
set(CMAKE_MODULE_PATH
|
||||
${CMAKE_MODULE_PATH}
|
||||
${${PROJECT_NAME}_SOURCE_DIR}/cmake/Modules
|
||||
${${PROJECT_NAME}_SOURCE_SIR}/../install-root/lib/cmake/libssh2
|
||||
)
|
||||
|
||||
include_directories(.
|
||||
|
|
Loading…
Reference in a new issue