diff --git a/meson.build b/meson.build index 5a363fd0..7a9d62c2 100644 --- a/meson.build +++ b/meson.build @@ -276,8 +276,7 @@ endif if get_option('mangoapp') or get_option('mangoapp_layer') glfw3_dep = dependency('glfw3') - json_sp = subproject('nlohmann_json') - json_dep = json_sp.get_variable('nlohmann_json_dep') + json_dep = dependency('nlohmann_json') endif subdir('src')