]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Another ragel fix
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 20 Jan 2021 15:25:59 +0000 (15:25 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 22 Jan 2021 15:58:05 +0000 (15:58 +0000)
cmake/FindRagel.cmake

index d02a00bea7b2af3f5da28678d1220885abc09bf0..c94920e24d7d0f2e79ffbfeb373adcf9f3e9699e 100644 (file)
@@ -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}"