summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-11-16 10:07:10 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-11-16 10:07:10 +0100
commit399d66a2f4f632c853859264ff08d5a6a88f3d9a (patch)
treefa00b428769edd9a652c63fd0d8807aa8e1f2597 /docs
parentc438e116063c2c825ca465c70272da01869c44a5 (diff)
downloadufo-filters-399d66a2f4f632c853859264ff08d5a6a88f3d9a.tar.gz
ufo-filters-399d66a2f4f632c853859264ff08d5a6a88f3d9a.tar.bz2
ufo-filters-399d66a2f4f632c853859264ff08d5a6a88f3d9a.tar.xz
ufo-filters-399d66a2f4f632c853859264ff08d5a6a88f3d9a.zip
Do not reinitialize CMake in docs
Diffstat (limited to 'docs')
-rw-r--r--docs/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt
index 1ccfca0..63dd582 100644
--- a/docs/CMakeLists.txt
+++ b/docs/CMakeLists.txt
@@ -1,5 +1,3 @@
-cmake_minimum_required(VERSION 2.6)
-
find_program(SPHINX sphinx-build PATHS /usr/local/bin /usr/bin)
mark_as_advanced(SPHINX)