You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: test/JSON-Schema-Test-Suite/CMakeLists.txt
+8-8
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ set(DRAFT "draft7")
5
5
# find schema-test-suite
6
6
find_path(JSON_SCHEMA_TEST_SUITE_PATH
7
7
NAMES
8
-
tests/${DRAFT})
8
+
tests/${DRAFT})
9
9
10
-
if(NOT JSON_SCHEMA_TEST_SUITE_PATH)
10
+
if(NOT JSON_SCHEMA_TEST_SUITE_PATH)
11
11
message(STATUS"Set JSON_SCHEMA_TEST_SUITE_PATH to a path in which JSON-Schema-Test-Suite is located (github.com/json-schema-org/JSON-Schema-Test-Suite). Using internal test-suite which might be out of date.")
0 commit comments