]> Creatis software - bbtk.git/blobdiff - kernel/cmake/BBTKBuildDoxygenDoc.cmake
*** empty log message ***
[bbtk.git] / kernel / cmake / BBTKBuildDoxygenDoc.cmake
index ca5c507de6386170e78d4dedf20372fdbf3be3d3..02d65786703e32b780e2632774cbdff7283edcb1 100644 (file)
@@ -41,9 +41,9 @@ MACRO(BBTK_BUILD_DOXYGEN_DOC NAME INPUT DOC_RELATIVE_INSTALL_PATH PREDEFINED)
   #---------------------------------------------------------------------------
   # Create file and project
   CONFIGURE_FILE(
-    ${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.txt
+    ${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.txt.in
     ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile.txt
-    IMMEDIATE
+    @ONLY IMMEDIATE
     )