diff options
author | Gustavo Sverzut Barbieri <barbieri@profusion.mobi> | 2017-01-27 13:57:10 -0200 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@profusion.mobi> | 2017-01-27 13:57:10 -0200 |
commit | 2aeccd16f37edb1d4049f242c37478290472103e (patch) | |
tree | 65ea0c8147fa6742145b99c34c5207612b822a5a /cmake/helpers/EflMacros.cmake | |
parent | adc9bbfbdc0389ea60e3ef5d5ec6690a086d34f7 (diff) | |
download | efl-2aeccd16f37edb1d4049f242c37478290472103e.tar.gz |
cmake: remove comment, it was my misunderstanding, not a bug.
Diffstat (limited to 'cmake/helpers/EflMacros.cmake')
-rw-r--r-- | cmake/helpers/EflMacros.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/helpers/EflMacros.cmake b/cmake/helpers/EflMacros.cmake index e93a23f013..47205f5878 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}") |