Skip to content

Commit

Permalink
Omit flex debug output
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@14762 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Nov 25, 2010
1 parent 41e47e2 commit d3b07d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/Flex.cmake
Expand Up @@ -39,7 +39,7 @@ MACRO(ADD_FLEX_FILES _sources )
OUTPUT ${_out}
COMMAND ${FLEX_EXECUTABLE}
ARGS
-o${_out} -d
-o${_out}
${_in}
DEPENDS ${_in}
)
Expand All @@ -66,7 +66,7 @@ MACRO(ADD_FLEX_FILES_PREFIX _sources prefix )
COMMAND ${FLEX_EXECUTABLE}
ARGS
-P${prefix}
-o${_out} -d
-o${_out}
${_in}
DEPENDS ${_in}
)
Expand Down

0 comments on commit d3b07d4

Please sign in to comment.