From 163fd7ded64aa98ac8c0e54fa0ea06d342db7320 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Mon, 27 Jan 2014 22:43:41 -0700 Subject: [PATCH] Egg parser doesn't have/need lexer.h, don't build it under CMake. --- panda/src/egg/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/egg/CMakeLists.txt b/panda/src/egg/CMakeLists.txt index dd146d0a84..58a452f36c 100644 --- a/panda/src/egg/CMakeLists.txt +++ b/panda/src/egg/CMakeLists.txt @@ -1,6 +1,6 @@ if(HAVE_EGG) add_bison_target(parser.cxx parser.yxx DEFINES parser.h PREFIX eggyy) - add_flex_target(lexer.cxx lexer.lxx DEFINES lexer.h PREFIX eggyy) + add_flex_target(lexer.cxx lexer.lxx PREFIX eggyy) set(P3EGG_HEADERS config_egg.h eggAnimData.I eggAnimData.h