summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>2017-01-27 13:57:10 -0200
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>2017-01-27 13:57:10 -0200
commit2aeccd16f37edb1d4049f242c37478290472103e (patch)
tree65ea0c8147fa6742145b99c34c5207612b822a5a /cmake
parentadc9bbfbdc0389ea60e3ef5d5ec6690a086d34f7 (diff)
cmake: remove comment, it was my misunderstanding, not a bug.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/helpers/EflMacros.cmake1
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}")