diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-07-01 10:27:02 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-01 10:27:02 -0700 |
commit | b8ae4c50b4d7db920ee8d19a880c73fe46f36528 (patch) | |
tree | 723f81dde917f4f34e783356802c3ac072f81a94 /CMakeLists.txt | |
parent | 4c0f6a0ac054668cf2a966e9fecad5c3dade5ec8 (diff) | |
download | subsurface-b8ae4c50b4d7db920ee8d19a880c73fe46f36528.tar.gz |
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>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8764d5aee..58b61aea4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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(. |