Skip to content

Commit

Permalink
fixup! Add custom CMake feature summary
Browse files Browse the repository at this point in the history
  • Loading branch information
falbrechtskirchinger committed Sep 26, 2022
1 parent 0ea7ec0 commit 0c1454c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/json_summary.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ endif()
json_feature(NEWLINE)

json_feature(KEY_VALUE "Diagnostics enabled?" JSON_Diagnostics SWITCH JSON_Diagnostics)
json_feature(KEY_VALUE "Default integer enum serialization enabled?" JSON_DisableEnumSerialization NEGATE)
json_feature(KEY_VALUE "Define user-defined string literals globally?" JSON_GlobalUDLs)
json_feature(KEY_VALUE "Default enum serialization enabled?" JSON_DisableEnumSerialization NEGATE)
json_feature(KEY_VALUE "User-defined literals defined globally?" JSON_GlobalUDLs)
json_feature(KEY_VALUE "Implicit conversions enabled?" JSON_ImplicitConversions)
json_feature(KEY_VALUE "Legacy discarded value comparison enabled?" JSON_LegacyDiscardedValueComparison)

Expand Down

0 comments on commit 0c1454c

Please sign in to comment.