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.
2 parents 4325a9a + e6a2daa commit a7730d4Copy full SHA for a7730d4
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