diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a59af8..a1bd0e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -166,9 +166,6 @@ endif() add_executable(ndhc "") -set(RAGEL_IFCHD_PARSE ${CMAKE_CURRENT_BINARY_DIR}/ifchd-parse.c) -set(RAGEL_CFG_PARSE ${CMAKE_CURRENT_BINARY_DIR}/cfg.c) - find_program(RAGEL ragel) set(RAGEL_PRINT_COMMENT "Compiling Ragel state machine: FILE")