aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/UseLemon.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/UseLemon.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/UseLemon.cmake')
-rw-r--r--cmake/modules/UseLemon.cmake5
1 files changed, 2 insertions, 3 deletions
diff --git a/cmake/modules/UseLemon.cmake b/cmake/modules/UseLemon.cmake
index 706ef3de37..77cd700a3f 100644
--- a/cmake/modules/UseLemon.cmake
+++ b/cmake/modules/UseLemon.cmake
@@ -9,9 +9,8 @@ MACRO(ADD_LEMON_FILES _sources )
ADD_CUSTOM_COMMAND(
OUTPUT ${_out}
COMMAND ${CMAKE_BINARY_DIR}/lemon
- ARGS
- t=${_lemonpardir}/lempar.c
- ${srcdir}/${_in}
+ t=${_lemonpardir}/lempar.c
+ ${srcdir}/${_in}
DEPENDS ${_in}
)