Skip to content

Commit 2d04d40

Browse files
authored
Update ci.cmake to address review comments
1 parent df5f6e8 commit 2d04d40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/ci.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,10 +552,10 @@ add_custom_target(ci_test_diagnostics
552552
)
553553

554554
###############################################################################
555-
# Enable improved diagnostics with positions.
555+
# Enable diagnostic positions support.
556556
###############################################################################
557557

558-
add_custom_target(ci_test_diagnostics_positions
558+
add_custom_target(ci_test_diagnostic_positions
559559
COMMAND ${CMAKE_COMMAND}
560560
-DCMAKE_BUILD_TYPE=Debug -GNinja
561561
-DJSON_BuildTests=ON -DJSON_Diagnostics=ON -DJSON_Diagnostic_Positions=ON

0 commit comments

Comments
 (0)