Skip to content
Snippets Groups Projects
Commit f47660f5 authored by Jason Sanmiya's avatar Jason Sanmiya
Browse files

Fix bug on flathash compilation option.

Change-Id: Ib9d31d08daba7ce54b864417ae93bf479702861b
parent a8d6962a
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ if(FLATBUFFERS_BUILD_FLATC)
add_executable(flatc ${FlatBuffers_Compiler_SRCS})
endif()
if(FLATBUFFERS_BUILD_FLATC)
if(FLATBUFFERS_BUILD_FLATHASH)
add_executable(flathash ${FlatHash_SRCS})
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment