From f47660f5109035a723497b76aac9b5ec02581bde Mon Sep 17 00:00:00 2001 From: Jason Sanmiya Date: Tue, 28 Apr 2015 15:44:10 -0700 Subject: [PATCH] Fix bug on flathash compilation option. Change-Id: Ib9d31d08daba7ce54b864417ae93bf479702861b --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 617f67b05..e7be7b5b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()