From 9500e97cb3a53a304c6d2b8e92f26e951511be52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Mon, 7 Sep 2009 07:26:43 +0000 Subject: - 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 --- cmake/modules/FindLEX.cmake | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'cmake/modules/FindLEX.cmake') 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} ) -- cgit v1.2.3