mirror of https://gitlab.com/cppit/jucipp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
272 B
10 lines
272 B
|
10 years ago
|
if(NOT DEFINED plantuml_FOUND)
|
||
|
|
find_file(PLANTUML_JARFILE
|
||
|
|
NAMES plantuml.jar
|
||
|
|
HINTS "$ENV{PLANTUML_PATH}" ENV PLANTUML_DIR
|
||
|
|
)
|
||
|
|
include(FindPackageHandleStandardArgs)
|
||
|
|
find_package_handle_standard_args(
|
||
|
|
plantuml DEFAULT_MSG PLANTUML_JARFILE)
|
||
|
|
endif()
|