Handle Graphviz capitalization changes

Authored by adridg on Jun 6 2020, 2:54 PM.

Description

Handle Graphviz capitalization changes

  • Use the consistently-capitalized variables.
  • Don't link_directories() with something that isn't defined by the find-module (anymore; it was done accidentally in the previous version of the find-module).
  • Link to the named-variable for the Graphviz libraries, not the names of the libs (which cause -lgvc to show up in the linker command, which worked when the library-path was added to the link_directories, but not anymore; in any case we have the full paths for those libraries from the find-module).

Details

Committed
adridgJun 6 2020, 2:54 PM
Parents
R491:c08c1a8449a4: Capitalize Graphviz consistently
Branches
Unknown
Tags
Unknown
References
HEAD -> master