Fix bug on flathash compilation option.

Change-Id: Ib9d31d08daba7ce54b864417ae93bf479702861b
This commit is contained in:
Jason Sanmiya 2015-04-28 15:44:10 -07:00
parent a8d6962ac2
commit f47660f510
1 changed files with 1 additions and 1 deletions

View File

@ -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()