Remove unused cmake flag

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2016-06-23 22:56:36 +02:00 committed by Dirk Hohndel
parent 7c7588a986
commit 98b404237a

View file

@ -21,7 +21,6 @@ option(LIBGRANTLEE_FROM_PKGCONFIG "use pkg-config to retrieve grantlee" OFF)
option(LIBMARBLE_FROM_PKGCONFIG "use pkg-config to retrieve marble" OFF) option(LIBMARBLE_FROM_PKGCONFIG "use pkg-config to retrieve marble" OFF)
#Library Handling #Library Handling
option(USE_LIBGIT23_API "allow building with libgit2 master" OFF)
option(FORCE_LIBSSH "force linking with libssh to workaround libgit2 bug" ON) option(FORCE_LIBSSH "force linking with libssh to workaround libgit2 bug" ON)
#Options regarding disabling parts of subsurface. #Options regarding disabling parts of subsurface.