Skip to content

Commit

Permalink
Actually save file in vscode before pushing...
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Mar 7, 2024
1 parent f7021d9 commit 0e98128
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ target_compile_definitions(
INTERFACE
JSON_USE_IMPLICIT_CONVERSIONS=1
)
target_compile_options(nlohmann_json INTERFACE -Wno-deprecated-declarations)
if(NOT MSVC) # This is really only needed with newer Clang, but gcc is fine with it
target_compile_options(nlohmann_json INTERFACE -Wno-deprecated-declarations)
endif()
target_include_directories(
nlohmann_json
SYSTEM INTERFACE
Expand Down

5 comments on commit 0e98128

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MacUpdates (Myoldmopar) - Win64-Windows-10-VisualStudio-16: OK (2766 of 2766 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MacUpdates (Myoldmopar) - x86_64-MacOS-10.18-clang-15.0.0: OK (3554 of 3554 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MacUpdates (Myoldmopar) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3595 of 3595 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MacUpdates (Myoldmopar) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (791 of 791 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MacUpdates (Myoldmopar) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (1978 of 1978 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.