aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2023-09-27 11:53:15 +0100
committerJoão Valverde <j@v6e.pt>2023-09-27 12:28:34 +0000
commit37697f7f4e32be1aa307bad1164909ebe9793f01 (patch)
tree218871b3ce7badfab79fa696afba456e94f46992 /cmake/modules
parent55f13726ac7a79d4b52fe46aa9c2e8bbbe51992c (diff)
Revert "lemon: Add -- support to end options"
This reverts commit 3716933046a565c06da3b637c91cd7f1af36e23b. Does not work currently when cross-compiling.
Diffstat (limited to 'cmake/modules')
-rw-r--r--cmake/modules/UseLemon.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/modules/UseLemon.cmake b/cmake/modules/UseLemon.cmake
index 10f02fd441..e419de1a98 100644
--- a/cmake/modules/UseLemon.cmake
+++ b/cmake/modules/UseLemon.cmake
@@ -14,7 +14,6 @@ if(LEMON_EXECUTABLE)
COMMAND ${LEMON_EXECUTABLE}
-T/usr/share/lemon/lempar.c
-d.
- --
${_in}
DEPENDS
${_in}
@@ -33,7 +32,6 @@ else()
COMMAND $<TARGET_FILE:lemon>
-T${CMAKE_SOURCE_DIR}/tools/lemon/lempar.c
-d.
- --
${_in}
DEPENDS
${_in}