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-02-20 19:06:36 +0300
committerOlivier Goffart <olivier@woboq.com>2018-02-21 13:28:31 +0300
commitf6331951ebf0b4a7df3f13690917274ff039b1d6 (patch)
treefd5d7e011fae6602ac5d8919814aa5d7444719de /CMakeLists.txt
parent7897b386b6ca7080ac59b2be58e2d5028aa740ff (diff)
cmake: Remove references of now unused WITH_TESTING
Issue #6318
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 67b6d0d9c..d03426e43 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -211,9 +211,6 @@ endif()
file( GLOB TRANS_FILES ${CMAKE_SOURCE_DIR}/translations/client_*.ts)
set(TRANSLATIONS ${TRANS_FILES})
-# Make sure we set this before recursing into child folders.
-set(WITH_TESTING ${UNIT_TESTING})
-
if(BUILD_CLIENT)
add_subdirectory(src)
if(NOT BUILD_LIBRARIES_ONLY)