We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd6bbb commit 1f284f6Copy full SHA for 1f284f6
CMakeLists.txt
@@ -124,7 +124,7 @@ set ( ROBODOC_SKIP_DOC_GEN FALSE CACHE BOOL
124
if ( NOT ROBODOC_SKIP_DOC_GEN )
125
find_program ( ROBODOC robodoc )
126
if ( ROBODOC ) # Found
127
- set ( ROBODOC_OPTIONS --rc robodoc.rc --tabsize 4 --index --toc --sections --syntaxcolors --source_line_numbers
+ set ( ROBODOC_OPTIONS --rc ${CMAKE_SOURCE_DIR}/robodoc.rc --tabsize 4 --index --toc --sections --syntaxcolors --source_line_numbers
128
CACHE STRING "Options passed to robodoc to control building the documentation" )
129
set ( DOC_DIR "${CMAKE_BINARY_DIR}/documentation" )
130
set ( REQUIRED_ROBODOC_OPTIONS
0 commit comments