Browse Source

COMP: Remove extra debug statement in Documentation/CMakeLists.txt

Jean-Christophe Fillion-Robin 15 years ago
parent
commit
c4b7d84378
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Documentation/CMakeLists.txt

+ 0 - 1
Documentation/CMakeLists.txt

@@ -27,7 +27,6 @@ IF( DOXYGEN_FOUND )
       )
 
     SET(userdoc_output "${CMAKE_CURRENT_BINARY_DIR}/doc/html/index.html")
-    MESSAGE(userdoc_output:${userdoc_output})
     
     # Run doxygen as a custom command driven by a custom target.
     ADD_CUSTOM_COMMAND(