]> granicus.if.org Git - graphviz/commit
Replace "." with "${CMAKE_CURRENT_SOURCE_DIR}"
authorErwin Janssen <erwinjanssen@outlook.com>
Thu, 5 Jan 2017 09:07:48 +0000 (10:07 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Thu, 19 Jan 2017 11:53:50 +0000 (12:53 +0100)
commit6509d4fe285580dd95c2a953cccc3cb095902937
treee19903030091d4d373a6b5cff50ccde10a9850e3
parentb70360c463c16cd706f2c79184296f49fd02b426
Replace "." with "${CMAKE_CURRENT_SOURCE_DIR}"

When specifying the current source directory as an include directory, both
"." and "${CMAKE_CURRENT_SOURCE_DIR}" mean the same, but the latter is
more descriptive.
lib/cdt/CMakeLists.txt
lib/cgraph/CMakeLists.txt
lib/circogen/CMakeLists.txt
lib/dotgen/CMakeLists.txt
lib/patchwork/CMakeLists.txt
lib/pathplan/CMakeLists.txt
lib/twopigen/CMakeLists.txt