We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b180183 commit 7f691ccCopy full SHA for 7f691cc
1 file changed
CMakeLists.txt
@@ -36,7 +36,7 @@ if(EMSCRIPTEN)
36
add_link_options("-sEXIT_RUNTIME=1")
37
endif()
38
39
-FetchContent_Declare(highway GIT_REPOSITORY https://github.com/google/highway.git GIT_TAG 1a7d0ac1b1ccca785a7eda86874f5a84cb24fa95 EXCLUDE_FROM_ALL)
+FetchContent_Declare(highway GIT_REPOSITORY https://github.com/google/highway.git GIT_TAG 783beecea257838c964ec7644697e8b08396596e EXCLUDE_FROM_ALL)
40
FetchContent_MakeAvailable(highway)
41
42
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND
0 commit comments