Skip to content

Commit 1f284f6

Browse files
committed
Absolute path to robodoc.rc added
- Fixes #31, bug first introduced in 2a9ce5c
1 parent 2dd6bbb commit 1f284f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ set ( ROBODOC_SKIP_DOC_GEN FALSE CACHE BOOL
124124
if ( NOT ROBODOC_SKIP_DOC_GEN )
125125
find_program ( ROBODOC robodoc )
126126
if ( ROBODOC ) # Found
127-
set ( ROBODOC_OPTIONS --rc robodoc.rc --tabsize 4 --index --toc --sections --syntaxcolors --source_line_numbers
127+
set ( ROBODOC_OPTIONS --rc ${CMAKE_SOURCE_DIR}/robodoc.rc --tabsize 4 --index --toc --sections --syntaxcolors --source_line_numbers
128128
CACHE STRING "Options passed to robodoc to control building the documentation" )
129129
set ( DOC_DIR "${CMAKE_BINARY_DIR}/documentation" )
130130
set ( REQUIRED_ROBODOC_OPTIONS

0 commit comments

Comments
 (0)