shithub: rgbds

Download patch

ref: d09ed3e52e6d1ce3d26cf6dc08bdb4e74245a680
parent: 421d1f54900b4549a9457b87c621fb75446e6734
author: ISSOtm <eldredhabert0@gmail.com>
date: Sat Sep 19 23:39:53 EDT 2020

Get rid of flex as a dependency in CMakeLists

It will actually not be needed for new lexer

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,7 +37,6 @@
 
 find_package(PNG 1.2 REQUIRED)
 find_package(BISON REQUIRED)
-find_package(FLEX)
 
 include_directories("${PROJECT_SOURCE_DIR}/include")