From 60e4e46ef32b047c170c783e96384aa673716d54 Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Thu, 2 Apr 2015 10:27:00 +0200 Subject: [PATCH] DOC: fix include path to examples --- Utilities/Doxygen/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/Doxygen/CMakeLists.txt b/Utilities/Doxygen/CMakeLists.txt index 78aeb77530..64d3e2598f 100644 --- a/Utilities/Doxygen/CMakeLists.txt +++ b/Utilities/Doxygen/CMakeLists.txt @@ -27,7 +27,7 @@ foreach(otb-module ${DOX_MODULE_LIST}) endif() endforeach() -#list( APPEND DOXYGEN_TEST_DIRS "\"${OTB_SOURCE_DIR}/Examples\" \n") +list( APPEND DOXYGEN_TEST_DIRS "\"${OTB_SOURCE_DIR}/Examples\" \\\n") # By definition DOXYGEN_TEST_DIRS can not be empty. In the worst case if # BUILD_TESTING is turned OFF, there is only ${OTB_SOURCE_DIR}/Examples; -- GitLab