Skip to content

Commit a7730d4

Browse files
authored
Merge pull request #1646 from luotao1/compile
update sphinx cmake
2 parents 4325a9a + e6a2daa commit a7730d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindSphinx.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function( Sphinx_add_target target_name builder conf cache source destination )
7272
${source}
7373
${destination}
7474
COMMENT "Generating sphinx documentation: ${builder}"
75-
COMMAND cd ${destination} && ln -s ./index_*.html index.html
75+
COMMAND cd ${destination} && ln -sf ./index_*.html index.html
7676
)
7777

7878
set_property(

0 commit comments

Comments
 (0)