Remove unused definitions from CMakeLists.txt.

This commit is contained in:
Nicholas J. Kain 2020-10-24 15:45:57 -04:00
parent b86735c478
commit 5fdf3bd83e

View File

@ -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")