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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-06-09 16:16:53 +0300
committerHannah von Reth <vonreth@kde.org>2021-06-10 16:13:51 +0300
commite964a5d9426fdf3598f8628fe998636a5b267882 (patch)
treeea2565fa1419e7c8012abe62fea5da52cad37472 /CMakeLists.txt
parent87ad90ef5eeca27bc4db2021854ca065f1d91175 (diff)
Remove outdate man pages
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 488bfe392..3dc98538d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -149,8 +149,6 @@ if(BUILD_CLIENT)
if(UNIX AND NOT APPLE)
find_package(Inotify REQUIRED)
endif()
- find_package(Sphinx)
- find_package(PdfLatex)
find_package(ZLIB REQUIRED)
find_package(SQLite3 3.9.0 REQUIRED)
@@ -194,7 +192,6 @@ endif()
if(BUILD_CLIENT)
add_subdirectory(src)
if(NOT BUILD_LIBRARIES_ONLY)
- add_subdirectory(man)
if(IS_DIRECTORY ${CMAKE_SOURCE_DIR}/admin)
add_subdirectory(admin)
endif(IS_DIRECTORY ${CMAKE_SOURCE_DIR}/admin)