aboutsummaryrefslogtreecommitdiff
path: root/cmake/FindPlantUML.cmake
diff options
context:
space:
mode:
authorTudorCretu <tudor.cretu@arm.com>2019-07-24 14:23:09 +0100
committerGyörgy Szing <gyorgy.szing@arm.com>2019-07-31 10:08:01 +0000
commit457ee3e23421e58c89a2cc2395c252e3a54da1cc (patch)
tree7559858f8f06d069071ffa6918d41730e4d9abc7 /cmake/FindPlantUML.cmake
parenta55506889adfa10d64d217539166afd231624018 (diff)
downloadtrusted-firmware-m-457ee3e23421e58c89a2cc2395c252e3a54da1cc.tar.gz
Build: Fix missing Cmake command win_fix_dir_sep
Adds include of Utils.cmake to FindPlantUML.cmake. Solves the building error `Unknown CMake command win_fix_dir_sep`. Change-Id: Iaed5a6cc92e96832e668f32065d73d28d59033e5 Signed-off-by: Tudor Cretu <tudor.cretu@arm.com>
Diffstat (limited to 'cmake/FindPlantUML.cmake')
-rw-r--r--cmake/FindPlantUML.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/FindPlantUML.cmake b/cmake/FindPlantUML.cmake
index ae61be7069..c7eeedfe28 100644
--- a/cmake/FindPlantUML.cmake
+++ b/cmake/FindPlantUML.cmake
@@ -31,6 +31,8 @@
# PLANTUML_FOUND = Was the .jar file found and sucesfuly executed.
#
+include(Common/Utils)
+
find_package(Java 1.8 COMPONENTS Runtime)
if(Java_Runtime_FOUND)
#Check if the jar file is at the user defined location.