Skip to content

Commit

Permalink
[exo] Use explit flatbuffers ver 1.10 (#7729)
Browse files Browse the repository at this point in the history
This will revise explictly to use flatbuffers version 1.10.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <saehie.park@gmail.com>
  • Loading branch information
seanshpark authored Sep 23, 2021
1 parent 5e53631 commit 5a79780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/exo/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nnas_find_package(FlatBuffers QUIET)
nnas_find_package(FlatBuffers EXACT 1.10 QUIET)

if(NOT FlatBuffers_FOUND)
message(STATUS "Build exo: FALSE (missing FlatBuffers)")
Expand Down

0 comments on commit 5a79780

Please sign in to comment.