From 722dac3c8ec12eaa9b2502a5b0d11f473147499a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 17 Jun 2014 08:45:40 +0000 Subject: [PATCH] Debug remove dir git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@18820 383ad7c9-94d9-4d36-a494-682f7c89f535 --- Documentation/UserQtHelpTarget/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/UserQtHelpTarget/CMakeLists.txt b/Documentation/UserQtHelpTarget/CMakeLists.txt index c6a481bc..d73306ec 100644 --- a/Documentation/UserQtHelpTarget/CMakeLists.txt +++ b/Documentation/UserQtHelpTarget/CMakeLists.txt @@ -21,6 +21,7 @@ IF (DOXYGEN_FOUND) # Remove temporary html files after buily add_custom_command(TARGET doc-UserQtHelp POST_BUILD COMMAND ${CMAKE_COMMAND} -E remove_directory ${user_html_doc_dir}) + message("Post build : remove ${user_html_doc_dir}") # On apple we take the whole directory, so we don't need this extra install command if ( NOT APPLE ) -- GitLab