We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5f6e8 commit 2d04d40Copy full SHA for 2d04d40
cmake/ci.cmake
@@ -552,10 +552,10 @@ add_custom_target(ci_test_diagnostics
552
)
553
554
###############################################################################
555
-# Enable improved diagnostics with positions.
+# Enable diagnostic positions support.
556
557
558
-add_custom_target(ci_test_diagnostics_positions
+add_custom_target(ci_test_diagnostic_positions
559
COMMAND ${CMAKE_COMMAND}
560
-DCMAKE_BUILD_TYPE=Debug -GNinja
561
-DJSON_BuildTests=ON -DJSON_Diagnostics=ON -DJSON_Diagnostic_Positions=ON
0 commit comments