FindGraphviz.cmake 335 Bytes
Newer Older
1 2 3 4 5 6 7 8
find_program(GRAPHVIZ_EXECUTABLE dot)

# Handle REQUIRED and QUIET arguments
# this will also set GRAPHVIZ_FOUND to true if GRAPHVIZ_EXECUTABLE exists
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(Graphviz
                     "Failed to locate graphviz executable"
                     GRAPHVIZ_EXECUTABLE)