]> granicus.if.org Git - graphviz/commit
CMake: remove 'GRAPHVIZ_LIB_DIR'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 2 Apr 2022 17:45:45 +0000 (10:45 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 5 Apr 2022 03:03:09 +0000 (20:03 -0700)
commitc95f4d6014f60b24aa80e6bad4e5d3f3e8f08b6e
treea3fa3fefd98fba380906f954ff2ddfd18de823a3
parentd6c19b3d3b6a51249165176adef3bbd7838ed79a
CMake: remove 'GRAPHVIZ_LIB_DIR'

`target_include_directories` supports relative paths that are interpreted
relative to the current source directory. So we can write these paths shorter
and more obviously.
50 files changed:
CMakeLists.txt
cmd/dot/CMakeLists.txt
cmd/edgepaint/CMakeLists.txt
cmd/gvpr/CMakeLists.txt
cmd/mingle/CMakeLists.txt
cmd/smyrna/CMakeLists.txt
cmd/tools/CMakeLists.txt
contrib/diffimg/CMakeLists.txt
lib/ast/CMakeLists.txt
lib/cdt/CMakeLists.txt
lib/cgraph++/CMakeLists.txt
lib/cgraph/CMakeLists.txt
lib/circogen/CMakeLists.txt
lib/common/CMakeLists.txt
lib/dotgen/CMakeLists.txt
lib/edgepaint/CMakeLists.txt
lib/expr/CMakeLists.txt
lib/fdpgen/CMakeLists.txt
lib/glcomp/CMakeLists.txt
lib/gvc++/CMakeLists.txt
lib/gvc/CMakeLists.txt
lib/gvpr/CMakeLists.txt
lib/ingraphs/CMakeLists.txt
lib/label/CMakeLists.txt
lib/mingle/CMakeLists.txt
lib/neatogen/CMakeLists.txt
lib/ortho/CMakeLists.txt
lib/osage/CMakeLists.txt
lib/pack/CMakeLists.txt
lib/patchwork/CMakeLists.txt
lib/pathplan/CMakeLists.txt
lib/rbtree/CMakeLists.txt
lib/sfdpgen/CMakeLists.txt
lib/sfio/CMakeLists.txt
lib/sparse/CMakeLists.txt
lib/topfish/CMakeLists.txt
lib/twopigen/CMakeLists.txt
lib/vmalloc/CMakeLists.txt
lib/vpsc/CMakeLists.txt
lib/xdot/CMakeLists.txt
plugin/core/CMakeLists.txt
plugin/devil/CMakeLists.txt
plugin/dot_layout/CMakeLists.txt
plugin/gd/CMakeLists.txt
plugin/gdiplus/CMakeLists.txt
plugin/neato_layout/CMakeLists.txt
plugin/pango/CMakeLists.txt
plugin/webp/CMakeLists.txt
plugin/xlib/CMakeLists.txt
tests/CMakeLists.txt