barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2aeccd16f37edb1d4049f242c37478290472103e
commit 2aeccd16f37edb1d4049f242c37478290472103e Author: Gustavo Sverzut Barbieri <[email protected]> Date: Fri Jan 27 13:57:10 2017 -0200 cmake: remove comment, it was my misunderstanding, not a bug. --- cmake/helpers/EflMacros.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/helpers/EflMacros.cmake b/cmake/helpers/EflMacros.cmake index e93a23f..47205f5 100644 --- a/cmake/helpers/EflMacros.cmake +++ b/cmake/helpers/EflMacros.cmake @@ -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}") --
