Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2018-11-27 14:24:06 +0300
committerOlivier Goffart <ogoffart@woboq.com>2018-11-27 14:28:14 +0300
commit697b6b9e81031aad69e160523a2caa20d5cfeb09 (patch)
tree7aa3e1e8b0634ef59d71eec293b7d1a309d7d739 /CMakeLists.txt
parentba24ef3fe3185ebd676ec1239515651409159682 (diff)
Remove Shibboleth support
Issue #6451
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7bbf6e4db..a80e43ec5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -126,14 +126,6 @@ if(OWNCLOUD_5XX_NO_BLACKLIST)
add_definitions(-DOWNCLOUD_5XX_NO_BLACKLIST=1)
endif()
-# Disable shibboleth.
-# So the client can be built without QtWebKit
-option(NO_SHIBBOLETH "Build without Shibboleth support. Allow to build the client without QtWebKit" OFF)
-if(NO_SHIBBOLETH)
- message("Compiling without shibboleth")
- add_definitions(-DNO_SHIBBOLETH=1)
-endif()
-
if(APPLE)
set( SOCKETAPI_TEAM_IDENTIFIER_PREFIX "" CACHE STRING "SocketApi prefix (including a following dot) that must match the codesign key's TeamIdentifier/Organizational Unit" )
endif()