mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 19:25:51 +00:00
Remove warning about plantuml:
Plantuml is only relevant when building docs. On most systems it is OK if it is not installed.
This commit is contained in:
committed by
Nikolaos D. Bougalis
parent
5db5e31140
commit
02c487348a
@@ -481,10 +481,6 @@ set_property(TARGET ${other_target} PROPERTY EXCLUDE_FROM_DEFAULT_BUILD true)
|
||||
|
||||
find_package(Doxygen)
|
||||
if(TARGET Doxygen::doxygen)
|
||||
if (NOT DEFINED ENV{PLANTUML_JAR})
|
||||
message(WARNING
|
||||
"PLANTUML_JAR not set - @startuml diagrams will not generate")
|
||||
endif()
|
||||
# read the source config and make a modified one
|
||||
# that points the output files to our build directory
|
||||
FILE(READ "${CMAKE_SOURCE_DIR}/docs/source.dox" dox_content)
|
||||
|
||||
Reference in New Issue
Block a user