fpw / avitab

X-Plane plugin that displays a tablet to aid VR usage
GNU Affero General Public License v3.0
299 stars 58 forks source link

Update nlohmann/json submodule to v3.11.3. #201

Closed mjh65 closed 4 months ago

mjh65 commented 5 months ago

This update to the json library resolves some deprecation warnings that were treated as errors in the Apple clang build, and had been worked-around with a temporary setting in the CMake configuration.

Merging this change will require 'git submodule update' and then a forced rebuild of the 3rd party dependencies (or a removal of build-third/include/nlohmann followed by an incremental build).

This PR addresses https://github.com/fpw/avitab/issues/181 which can now be closed.

fpw commented 4 months ago

Glad that it's resolved, thanks for taking care of this!