Skip to content

Commit f93079f

Browse files
committed
[cmake] Update ProGraML header path for library discovery.
1 parent 653a6ef commit f93079f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/cmake/FindProGraML.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ find_library(
7676
)
7777
find_path(
7878
ProGraML_proto_programl_cc_INCLUDE_DIRS
79-
programl/proto/program_graph_options.pb.h
79+
programl/proto/program_graph.pb.h
8080
)
8181
if(
8282
ProGraML_proto_programl_cc_LIBRARIES

0 commit comments

Comments
 (0)