Skip to content

Commit

Permalink
Bump project_option one more time to fix sanitizers
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Oct 8, 2024
1 parent 4e2b932 commit 31ca172
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ project(
include(FetchContent)
FetchContent_Declare(
_hictk_project_options
URL "${CMAKE_CURRENT_SOURCE_DIR}/external/project_options-v0.36.4.tar.xz"
URL_HASH SHA256=9cf0b39bccd3d77044a19df45113e657dbb14e6be55a8b606a6dcf375d4c3136
URL "${CMAKE_CURRENT_SOURCE_DIR}/external/project_options-v0.36.6.tar.xz"
URL_HASH SHA256=b4df2a4107847248d4711ee48477cdf93c1a1c7d51a931937759eb9ffba67af8
SYSTEM)
FetchContent_MakeAvailable(_hictk_project_options)

Expand Down
Binary file removed external/project_options-v0.36.4.tar.xz
Binary file not shown.
Binary file added external/project_options-v0.36.6.tar.xz
Binary file not shown.

0 comments on commit 31ca172

Please sign in to comment.