cmake: remove comment, it was my misunderstanding, not a bug.

This commit is contained in:
Gustavo Sverzut Barbieri 2017-01-27 13:57:10 -02:00
parent adc9bbfbdc
commit 2aeccd16f3
1 changed files with 0 additions and 1 deletions

View File

@ -1593,7 +1593,6 @@ function(EFL_CREATE_EO_RULES target source_dir generation_dir)
set(out_cmd -gchl -o c:${generation_dir}/${filename}.c -o h:${generation_dir}/${filename}.h -o l:${generation_dir}/${filename}.legacy.h)
elseif(${ext} STREQUAL ".eot")
set(file_eo_gen_files ${generation_dir}/${filename}.h)
# TODO: looks like a bug in eolian_gen needs '-gh'
set(out_cmd -gh -o h:${generation_dir}/${filename}.h)
else()
message(FATAL_ERROR "Unsupported eo file type: ${file}")