]> granicus.if.org Git - graphviz/commitdiff
remove libast from gvc’s include path in CMake
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 15 Sep 2021 00:40:32 +0000 (17:40 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 21 Sep 2021 00:01:39 +0000 (17:01 -0700)
This library does not seem to need libast in its include path to compile. This
is consistent with lib/gvc/Makefile.am.

lib/gvc/CMakeLists.txt

index 35c2cc3d5deaddcc03790883fcd80d6eee8397ae..038636469416588797a84297aaffe4ce9438ede7 100644 (file)
@@ -40,7 +40,6 @@ target_include_directories(gvc PRIVATE
     ${GRAPHVIZ_LIB_DIR}
     ${CMAKE_CURRENT_SOURCE_DIR}
     ${TOP_SOURCE_DIR}
-    ${GRAPHVIZ_LIB_DIR}/ast
     ${GRAPHVIZ_LIB_DIR}/cdt
     ${GRAPHVIZ_LIB_DIR}/cgraph
     ${GRAPHVIZ_LIB_DIR}/common