From 7fb1198d950cae75aed3737ab9b3cf656d2c23d6 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 20 Jan 2021 15:25:59 +0000 Subject: [PATCH] [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}" -- 2.39.5