• Sergei Golubchik's avatar
    fix compilation with ASAN · 6634f460
    Sergei Golubchik authored
    if the property is not found, set it to the empty string,
    otherwise it'll show as libmysql_link_flags-NOTFOUND on the linker
    command line, and the linker won't like it.
    
    Also, don't specify LINK_FLAG_NO_UNDEFINED twice, MERGE_LIBRARIES
    already put it into LINK_FLAGS.
    6634f460
CMakeLists.txt 13.1 KB