Fix handling of query_driver option in config file (#243)
This commit is contained in:
@@ -815,6 +815,7 @@ template <> struct convert<config> {
|
||||
get_option(node, rhs.using_namespace);
|
||||
get_option(node, rhs.using_module);
|
||||
get_option(node, rhs.output_directory);
|
||||
get_option(node, rhs.query_driver);
|
||||
get_option(node, rhs.compilation_database_dir);
|
||||
get_option(node, rhs.add_compile_flags);
|
||||
get_option(node, rhs.remove_compile_flags);
|
||||
|
||||
Reference in New Issue
Block a user