commit 7fb1198: [Minor] Another ragel fix
Vsevolod Stakhov
vsevolod at highsecure.ru
Fri Jan 22 16:00:25 UTC 2021
Author: Vsevolod Stakhov
Date: 2021-01-20 15:25:59 +0000
URL: https://github.com/rspamd/rspamd/commit/7fb1198d950cae75aed3737ab9b3cf656d2c23d6
[Minor] Another ragel fix
---
cmake/FindRagel.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/FindRagel.cmake b/cmake/FindRagel.cmake
index d02a00bea..c94920e24 100644
--- a/cmake/FindRagel.cmake
+++ b/cmake/FindRagel.cmake
@@ -81,7 +81,7 @@ ${RAGEL_version_error}")
add_custom_command(OUTPUT ${RAGEL_OUTPUT}
COMMAND ${RAGEL_EXECUTABLE}
ARGS ${RAGEL_COMPILE_FLAGS}
- -o${RAGEL_OUTPUT_RELATIVE} ${RAGEL_INPUTS_RELATIVE}
+ -o${RAGEL_OUTPUT} ${RAGEL_INPUTS}
DEPENDS ${RAGEL_INPUTS} ${RAGEL_DEPENDS}
COMMENT
"[RAGEL][${Name}] Compiling state machine with Ragel ${RAGEL_VERSION} -> ${RAGEL_OUTPUT}"
More information about the Commits
mailing list