ports/devel/llvm10/files/patch-cmake_modules_AddSphinxTarget.cmake
Brooks Davis 3652926297 Add LLVM 10.0.0rc1
Due to the added digit from 9 to 10 and the fact that ##.1.# releases
are vanishingly rare, use llvm10 rather than llvm100 for the name.

EXTRAS are currently disabled due to configure errors.

Sponsored by:	DARPA
2020-02-01 01:05:15 +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}"