Skip to content

Commit b0e9299

Browse files
Update HJIF_specs.cmake
1 parent 2de9ff1 commit b0e9299

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/HJIF_specs.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ if(NO_INTERNET)
88
FetchContent_Declare(HJIF_SPECS URL ${LOCAL_HJIF_SPECS_DIR})
99
else()
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 "")
1515
endif()
1616
FetchContent_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\")

0 commit comments

Comments
 (0)