Cmake : 3.10.2
Linux : Ubuntu 18.04
Command
cmake ../ -G"Unix Makefiles" -DTARGET_PLATFORM=MUSCA_A -DCOMPILER=ARMCLANG
When following software requirements, and setting
export PLANTUML_JAR_PATH="~/plantuml/plantuml.jar"
It reports..
-- Could NOT find Plantuml (missing: PLANTUML_VERSION) CMake Warning at cmake/Common/BuildSphinxDoc.cmake:59 (message): Some tools are missing for Sphinx document generation. Document generation target is not created. Call Stack (most recent call first): cmake/Common/BuildSphinxDoc.cmake:65 (SphinxFindTools) secure_fw/CMakeLists.txt:23 (include)
Although If i set:
export PLANTUML_JAR_PATH="/home/<user>/plantuml/plantuml.jar"
It seems to solve this issue.
Problem could be here.