summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorRolf Eike Beer <eb@emlix.com>2017-10-20 10:48:25 (GMT)
committerRolf Eike Beer <kde@opensource.sf-tec.de>2017-10-20 19:05:44 (GMT)
commit62e87408cb7094eeac130775e62d5b7a6f4a79c9 (patch)
tree26eeb40c5abaab01ea6abbf87865ec91854ca709 /examples
parentb54b843accb97105ae4afaf24136e33bfd1ea9d4 (diff)
downloadDoxygen-62e87408cb7094eeac130775e62d5b7a6f4a79c9.zip
Doxygen-62e87408cb7094eeac130775e62d5b7a6f4a79c9.tar.gz
Doxygen-62e87408cb7094eeac130775e62d5b7a6f4a79c9.tar.bz2
CMake: avoid if() around the whole contents of documentation CMakeLists.txt
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 41ad40b..601ed5a 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -1,5 +1,3 @@
-if (build_doc)
-
file(MAKE_DIRECTORY ${PROJECT_BINARY_DIR}/examples
${PROJECT_BINARY_DIR}/html/examples)
file(GLOB EXAMPLE_FILES RELATIVE ${CMAKE_SOURCE_DIR}/examples "*")
@@ -246,5 +244,3 @@ if (DOT)
OUTPUT ${PROJECT_BINARY_DIR}/html/examples/diagrams/html/index.html ${PROJECT_BINARY_DIR}/html/examples/diagrams/latex/refman_doc.tex
)
endif(DOT)
-
-endif()