Text archives Help
- From: bigler@sci.utah.edu
- To: manta@sci.utah.edu
- Subject: [Manta] r1929 - trunk/CMake
- Date: Fri, 14 Dec 2007 16:30:53 -0700 (MST)
Author: bigler
Date: Fri Dec 14 16:30:53 2007
New Revision: 1929
Modified:
trunk/CMake/FindParsers.cmake
Log:
manta-test/CMake/FindParsers.cmake
Fix arguments to flex. Args go before file.
Force an output filename for flex, so that we know what it's called.
Modified: trunk/CMake/FindParsers.cmake
==============================================================================
--- trunk/CMake/FindParsers.cmake (original)
+++ trunk/CMake/FindParsers.cmake Fri Dec 14 16:30:53 2007
@@ -118,7 +118,7 @@
ADD_CUSTOM_COMMAND(
OUTPUT ${FLEX_C}
COMMAND ${FLEX_EXECUTABLE}
- ARGS "${lexer}" ${lexer_args}
+ ARGS ${lexer_args} -o${FLEX_C} "${lexer}"
DEPENDS "${lexer}" ${BISON_H}
COMMENT "Generating ${FLEX_C} from ${lexer}"
)
- [Manta] r1929 - trunk/CMake, bigler, 12/14/2007
Archive powered by MHonArc 2.6.16.