Skip to content

Commit 7f691cc

Browse files
committed
Re-pin Highway to the merged master commit 783beecea2 of PR #3061.
1 parent b180183 commit 7f691cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if(EMSCRIPTEN)
3636
add_link_options("-sEXIT_RUNTIME=1")
3737
endif()
3838

39-
FetchContent_Declare(highway GIT_REPOSITORY https://github.com/google/highway.git GIT_TAG 1a7d0ac1b1ccca785a7eda86874f5a84cb24fa95 EXCLUDE_FROM_ALL)
39+
FetchContent_Declare(highway GIT_REPOSITORY https://github.com/google/highway.git GIT_TAG 783beecea257838c964ec7644697e8b08396596e EXCLUDE_FROM_ALL)
4040
FetchContent_MakeAvailable(highway)
4141

4242
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND

0 commit comments

Comments
 (0)