aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindLEX.cmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2009-09-07 07:26:43 +0000
committerJörg Mayer <jmayer@loplof.de>2009-09-07 07:26:43 +0000
commit9500e97cb3a53a304c6d2b8e92f26e951511be52 (patch)
tree2fdae151d5d9fa3eb03f28aee4f9fe92b955d514 /cmake/modules/FindLEX.cmake
parent7a413a615a6304357d57d1f756551e9eadb874c0 (diff)
- Undo the PACKAGELIST WSWIN32 stuff in CMakeLists.txt:
That's what the packages are for, so instead of creating WSWIN32, the stuff should probably go into the GLIB2 package. - libwireshark now compiles - no time to add linking with it until tonight svn path=/trunk/; revision=29756
Diffstat (limited to 'cmake/modules/FindLEX.cmake')
-rw-r--r--cmake/modules/FindLEX.cmake7
1 files changed, 3 insertions, 4 deletions
diff --git a/cmake/modules/FindLEX.cmake b/cmake/modules/FindLEX.cmake
index af5a14bbf3..66da86f824 100644
--- a/cmake/modules/FindLEX.cmake
+++ b/cmake/modules/FindLEX.cmake
@@ -43,10 +43,9 @@ MACRO(ADD_LEX_FILES _sources )
OUTPUT ${_outc}
# COMMAND ${LEX_EXECUTABLE}
COMMAND ${CMAKE_SOURCE_DIR}/tools/runlex.sh ${LEX_EXECUTABLE}
- ARGS
- -o${_outc}
- --header-file=${_outh}
- ${_in}
+ -o${_outc}
+ --header-file=${_outh}
+ ${_in}
DEPENDS ${_in}
)