From e21a7517469c269f99757924de9b648c98033faa Mon Sep 17 00:00:00 2001 From: GelilaSeifu Date: Fri, 22 Oct 2021 16:04:35 -0700 Subject: [PATCH] change branch to commit hash --- cmake/ExternalIntelHEXL.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/ExternalIntelHEXL.cmake b/cmake/ExternalIntelHEXL.cmake index 1feacac93..db1b4fe34 100644 --- a/cmake/ExternalIntelHEXL.cmake +++ b/cmake/ExternalIntelHEXL.cmake @@ -5,7 +5,7 @@ FetchContent_Declare( hexl PREFIX hexl GIT_REPOSITORY https://github.com/intel/hexl - GIT_TAG 1.2.2 + GIT_TAG 343acab # 1.2.2 ) FetchContent_GetProperties(hexl)