Salome HOME
CMake: fixing usr_docs generation
authorbruneton <bruneton>
Thu, 25 Jul 2013 08:02:01 +0000 (08:02 +0000)
committerbruneton <bruneton>
Thu, 25 Jul 2013 08:02:01 +0000 (08:02 +0000)
doc/doxygen/CMakeLists.txt

index 1ffa6855796e076ce02b6602ef6574ac47279155..cc2be55ca74d5bd25011b015835a1c7b8c04d712 100644 (file)
@@ -18,6 +18,8 @@
 #
 
 SET(indoxfiles Doxyfile_med_user.in static/header.html.in)
+SET(builddir ${CMAKE_CURRENT_BINARY_DIR})
+SET(srcdir   ${CMAKE_CURRENT_SOURCE_DIR})
 FOREACH(indoxfile ${indoxfiles})
   STRING(REGEX REPLACE ".in" "" baseindoxfile ${indoxfile})
   SET(input ${CMAKE_CURRENT_SOURCE_DIR}/${indoxfile})