File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ if(NO_INTERNET)
88 FetchContent_Declare (HJIF_SPECS URL ${LOCAL_HJIF_SPECS_DIR} )
99else ()
1010 FetchContent_Declare (HJIF_SPECS
11- GIT_REPOSITORY https://git.mpeg.expert/MPEG/3dgh/haptics/mpeg_haptics_json_specifications .git
12- GIT_TAG "0d6383841f6cdbad7ba3c526ff6661010be38f83 "
11+ GIT_REPOSITORY https://github.com/MPEGGroup/HapticJSONSchemas .git
12+ GIT_TAG "e3b9aa6739f696af26c77c2b6385496dbf47212a "
1313 CONFIGURE_COMMAND ""
1414 BUILD_COMMAND "" )
1515endif ()
1616FetchContent_MakeAvailable (HJIF_SPECS)
17- ADD_DEFINITIONS ( -DJSON_SCHEMA_PATH= \"${CMAKE_BINARY_DIR} /_deps/hjif_specs-src/Specifications\" )
17+ ADD_DEFINITIONS ( -DJSON_SCHEMA_PATH= \"${CMAKE_BINARY_DIR} /_deps/hjif_specs-src/Specifications\" )
You can’t perform that action at this time.
0 commit comments