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 f61903b commit ba4c5aeCopy full SHA for ba4c5ae
libc/docs/CMakeLists.txt
@@ -8,7 +8,7 @@ if (SPHINX_FOUND)
8
# want the dynamically generated .rst files to pollute the source tree.
9
add_custom_target(copy-libc-rst-docs
10
COMMAND "${CMAKE_COMMAND}" -E copy_directory
11
- "${CMAKE_CURRENT_SOURCE_DIR}" "${CMAKE_CURRENT_BINARY_DIR}")
+ "${CMAKE_CURRENT_SOURCE_DIR}" "${CMAKE_CURRENT_BINARY_DIR}")
12
13
# For headers that are nested in directories, we need to
14
# `mkdir $build_dir/libc/docs/headers/$dir` since the above copy_directory
0 commit comments