mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 14:59:13 -04:00
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
11 lines
408 B
CMake
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}"
|