Salome HOME
feat: supress coupling to SALOME/CONFIGURATION cmake functions for cmake file of...
[tools/medcoupling.git] / doc / developer / doxygen / CMakeLists.txt
index 618dc5ff0e76a732cee04f9d06d6d04e78987240..9aa32fcf8e6124e7e1bf5db9a63f344e1669c5a5 100644 (file)
@@ -26,8 +26,8 @@ ELSE()
   SET(MEDCOUPLING_SERVER_BASED_SEARCH "NO")
 ENDIF()
 
-SALOME_CONFIGURE_FILE(Doxyfile.in Doxyfile)
-SALOME_CONFIGURE_FILE(static/header.html.in static/header.html)
+configure_file(Doxyfile.in Doxyfile @ONLY)
+configure_file(static/header.html.in static/header.html @ONLY)
 
 
 IF(MEDCOUPLING_ENABLE_PYTHON)