aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindYACC.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/FindYACC.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/FindYACC.cmake')
-rw-r--r--cmake/modules/FindYACC.cmake9
1 files changed, 4 insertions, 5 deletions
diff --git a/cmake/modules/FindYACC.cmake b/cmake/modules/FindYACC.cmake
index 2097510961..0f49be7654 100644
--- a/cmake/modules/FindYACC.cmake
+++ b/cmake/modules/FindYACC.cmake
@@ -40,11 +40,10 @@ MACRO(ADD_YACC_FILES _sources )
ADD_CUSTOM_COMMAND(
OUTPUT ${_out}
COMMAND ${YACC_EXECUTABLE}
- ARGS
- -d
- -p ${_basename}
- -o${_out}
- ${_in}
+ -d
+ -p ${_basename}
+ -o${_out}
+ ${_in}
DEPENDS ${_in}
)