1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-05 03:19:18 -04:00
ports/devel/llvm11/files/patch-cmake_modules_AddSphinxTarget.cmake
Brooks Davis 8c7fc49207 Welcome 11.0.0rc1 to the tree.
Sponsored by:	DARPA
2020-07-28 20:21:04 +00:00

11 lines
408 B
CMake

--- cmake/modules/AddSphinxTarget.cmake.orig
+++ cmake/modules/AddSphinxTarget.cmake
@@ -29,6 +29,8 @@
endif()
add_custom_target(${SPHINX_TARGET_NAME}
+ COMMAND ${CMAKE_COMMAND}
+ -E make_directory ${SPHINX_BUILD_DIR}
COMMAND ${SPHINX_EXECUTABLE}
-b ${builder}
-d "${SPHINX_DOC_TREE_DIR}"