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 9c7bed8 commit e6a2daaCopy full SHA for e6a2daa
cmake/FindSphinx.cmake
@@ -72,7 +72,7 @@ function( Sphinx_add_target target_name builder conf cache source destination )
72
${source}
73
${destination}
74
COMMENT "Generating sphinx documentation: ${builder}"
75
- COMMAND cd ${destination} && ln -s ./index_*.html index.html
+ COMMAND cd ${destination} && ln -sf ./index_*.html index.html
76
)
77
78
set_property(
0 commit comments