• Vladislav Vaintroub's avatar
    Bug #55842 CMake: bad dependencies on sql/lex_hash.h · 89ad5fa8
    Vladislav Vaintroub authored
    Fix by adding "DEPENDS gen_lex_hash" to ADD_CUSTOM_COMMAND(),
    so it regenerates lex_hash.h whenever gen_lex_lash changes.
    
    Also, make sql dependent on GenServerSource to avoid concurrent 
    generation of lex_hash.h (once for sql , and in parallel for embedded)
    89ad5fa8
CMakeLists.txt 10.6 KB