From 5fdf3bd83e15d02c65c8578890e7221369158b2b Mon Sep 17 00:00:00 2001 From: "Nicholas J. Kain" Date: Sat, 24 Oct 2020 15:45:57 -0400 Subject: [PATCH] Remove unused definitions from CMakeLists.txt. --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) 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")