Skip to content
Snippets Groups Projects
Commit 3a8bc309 authored by Xiaolei Yu's avatar Xiaolei Yu
Browse files

Use the build output flatc to compile test schemas by default.

parent 77742a3f
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,9 @@ endif()
if(FLATBUFFERS_BUILD_FLATC)
add_executable(flatc ${FlatBuffers_Compiler_SRCS})
if(NOT FLATBUFFERS_FLATC_EXECUTABLE)
set(FLATBUFFERS_FLATC_EXECUTABLE $<TARGET_FILE:flatc>)
endif()
endif()
if(FLATBUFFERS_BUILD_FLATHASH)
......
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