From 05d5311a8c93ca82230e6d635e791f38964736e5 Mon Sep 17 00:00:00 2001 From: Daniel Wolf Date: Sun, 4 Oct 2015 10:07:19 -0400 Subject: [PATCH] do not build docsa by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 40a4f20..6915aaf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -257,7 +257,7 @@ endif() if(NOWIDE_BUILD_DOC_HTML OR NOWIDE_BUILD_DOC_TEX) configure_file("Doxyfile.in" "${CMAKE_CURRENT_BINARY_DIR}/Doxyfile" @ONLY) - add_custom_target(doc ALL "${DOXYGEN_EXECUTABLE}" Doxyfile + add_custom_target(doc "${DOXYGEN_EXECUTABLE}" Doxyfile WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMENT "Generating API Documentation" VERBATIM) endif()