diff options
author | Anton Lundin <glance@acc.umu.se> | 2016-06-23 22:56:36 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-06-23 16:35:47 -0700 |
commit | 98b404237ad0d016f1924eaa7790e84ff475fffc (patch) | |
tree | d5433dfc9332a4719ce97d6c4f7d6f221672192d /CMakeLists.txt | |
parent | 7c7588a9867e21ce6b1b9c4f843f9806081c9dd9 (diff) | |
download | subsurface-98b404237ad0d016f1924eaa7790e84ff475fffc.tar.gz |
Remove unused cmake flag
Signed-off-by: Anton Lundin <glance@acc.umu.se>
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 cb05b3af9..43d817c31 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) #Library Handling -option(USE_LIBGIT23_API "allow building with libgit2 master" OFF) option(FORCE_LIBSSH "force linking with libssh to workaround libgit2 bug" ON) #Options regarding disabling parts of subsurface. |