From d09ed3e52e6d1ce3d26cf6dc08bdb4e74245a680 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sun, 20 Sep 2020 03:39:53 +0200 Subject: [PATCH] Get rid of flex as a dependency in CMakeLists It will actually not be needed for new lexer --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 73c0f9ce..4cf4161f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,6 @@ endif() find_package(PNG 1.2 REQUIRED) find_package(BISON REQUIRED) -find_package(FLEX) include_directories("${PROJECT_SOURCE_DIR}/include")