From 7f85eeeb8dc5e6cdb5b0278f02d3d3ee1ba0775e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 6 Aug 2015 17:24:07 -0500 Subject: [PATCH] Exclude a particular directory if it doesn't exist. --- doc/doxygen/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/doxygen/CMakeLists.txt b/doc/doxygen/CMakeLists.txt index ae0e55efce..10a750a03c 100644 --- a/doc/doxygen/CMakeLists.txt +++ b/doc/doxygen/CMakeLists.txt @@ -1,6 +1,6 @@ ## --------------------------------------------------------------------- ## -## Copyright (C) 2012 - 2014 by the deal.II authors +## Copyright (C) 2012 - 2015 by the deal.II authors ## ## This file is part of the deal.II library. ## @@ -101,10 +101,10 @@ LIST(APPEND _doxygen_input ${CMAKE_SOURCE_DIR}/contrib/parameter_gui/ ) +# Add other directories in which to find images SET(_doxygen_image_path ${CMAKE_CURRENT_SOURCE_DIR}/images ${CMAKE_SOURCE_DIR}/contrib/parameter_gui/images - ${CMAKE_CURRENT_BINARY_DIR}/images ) file(GLOB _doxygen_depend -- 2.39.5