You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Products of the custom command to generate documentation were not properly listed
- Now, make clean will clean the documentation directory without use of `set_directory_properties()`
- ROBODoc outputs dynamically computed at CMake configuration time. Fixes#17
- Change in ROBODoc Headers or new source files will no longers require manual update of the outputs
COMMENT"Building HTML documentation for ${CMAKE_PROJECT_NAME} using ROBODoc" )
132
137
add_custom_target ( documentationALL
133
-
DEPENDS${ROBO_OUTPUTS} )
138
+
DEPENDS${ROBODOC_OUTPUTS} )
134
139
else ( ROBODOC ) # Not found
135
140
message ( WARNING
136
141
"ROBODoc not found! Please set the CMake cache variable ROBODOC to point to the installed ROBODoc binary, and reconfigure or disable building the documentation. ROBODoc can be installed from: http://www.xs4all.nl/~rfsber/Robo/ If you do not wish to install ROBODoc and build the json-fortran documentation, then please set the CMake cache variable SKIP_DOCUMENTATION_GENERATION to FALSE." )
0 commit comments