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
"Disable building the API documentation with ROBODoc" )
125
-
if ( NOTROBODOC_SKIP_DOC_GEN )
125
+
if ( NOTSKIP_DOC_GEN )
126
126
find_program ( ROBODOCrobodoc )
127
127
if ( ROBODOC ) # Found
128
128
set ( ROBODOC_OPTIONS--rc${CMAKE_SOURCE_DIR}/robodoc.rc--tabsize4--index--toc--sections--syntaxcolors--source_line_numbers
@@ -151,9 +151,9 @@ if ( NOT ROBODOC_SKIP_DOC_GEN )
151
151
DEPENDS${ROBODOC_OUTPUTS} )
152
152
else ( ROBODOC ) # Not found
153
153
message ( WARNING
154
-
"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." )
154
+
"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_DOC_GEN to TRUE." )
0 commit comments