We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb5e01 commit a0a82cbCopy full SHA for a0a82cb
build_tools/cmake/FindProGraML.cmake
@@ -71,7 +71,7 @@ endif()
71
find_library(ProGraML_proto_programl_cc_LIBRARIES
72
${CMAKE_STATIC_LIBRARY_PREFIX}programl${CMAKE_STATIC_LIBRARY_SUFFIX}
73
PATH_SUFFIXES programl/proto)
74
-find_path(ProGraML_proto_programl_cc_INCLUDE_DIRS programl/proto/program_graph_options.pb.h)
+find_path(ProGraML_proto_programl_cc_INCLUDE_DIRS programl/proto/program_graph.pb.h)
75
if (ProGraML_proto_programl_cc_LIBRARIES AND ProGraML_proto_programl_cc_INCLUDE_DIRS)
76
add_library(ProGraML::proto::programl_cc UNKNOWN IMPORTED)
77
set_target_properties(ProGraML::proto::programl_cc PROPERTIES
0 commit comments