Get rid of flex as a dependency in CMakeLists

It will actually not be needed for new lexer
This commit is contained in:
ISSOtm
2020-09-20 03:39:53 +02:00
parent 421d1f5490
commit d09ed3e52e

View File

@@ -37,7 +37,6 @@ endif()
find_package(PNG 1.2 REQUIRED) find_package(PNG 1.2 REQUIRED)
find_package(BISON REQUIRED) find_package(BISON REQUIRED)
find_package(FLEX)
include_directories("${PROJECT_SOURCE_DIR}/include") include_directories("${PROJECT_SOURCE_DIR}/include")