From 488dac9a9ca0b50759fa06770551b7095e7c2c6d Mon Sep 17 00:00:00 2001 From: albert-github Date: Tue, 17 Sep 2019 08:43:07 +0200 Subject: issue #7268 Unable to build "master" branch Missing configimpl.l.h: - added dependency for doxycfg problems with tabs" - replaced tabs by spaces --- src/CMakeLists.txt | 1 + src/scan_states.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7e54b2b..27c1687 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -140,6 +140,7 @@ add_library(doxycfg STATIC ${GENERATED_SRC}/lang_cfg.h ${GENERATED_SRC}/configvalues.h ${GENERATED_SRC}/configimpl.cpp + ${GENERATED_SRC}/configimpl.l.h ${GENERATED_SRC}/configoptions.cpp ${GENERATED_SRC}/configvalues.cpp portable.cpp diff --git a/src/scan_states.py b/src/scan_states.py index e156b97..e3924e0 100644 --- a/src/scan_states.py +++ b/src/scan_states.py @@ -19,7 +19,7 @@ import re def main(): if len(sys.argv)!=2: - sys.exit('Usage: %s ' % sys.argv[0]) + sys.exit('Usage: %s ' % sys.argv[0]) lex_file = sys.argv[1] if (os.path.exists(lex_file)): @@ -46,4 +46,4 @@ def main(): print("}") if __name__ == '__main__': - main() + main() -- cgit v0.12