summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-01 10:27:02 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-01 10:27:02 -0700
commitb8ae4c50b4d7db920ee8d19a880c73fe46f36528 (patch)
tree723f81dde917f4f34e783356802c3ac072f81a94 /CMakeLists.txt
parent4c0f6a0ac054668cf2a966e9fecad5c3dade5ec8 (diff)
downloadsubsurface-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.txt1
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(.