From: Vsevolod Stakhov Date: Wed, 20 Jan 2021 15:25:59 +0000 (+0000) Subject: [Minor] Another ragel fix X-Git-Tag: 3.0~745 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7fb1198d950cae75aed3737ab9b3cf656d2c23d6;p=rspamd.git [Minor] Another ragel fix --- 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}"