File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -673,8 +673,8 @@ Add to **CMakeLists.txt**
673673find_package (raii QUIET)
674674if(NOT raii_FOUND)
675675 FetchContent_Declare(raii
676- URL https://github.com/zelang-dev/c-raii/archive/refs/tags/2.1.0 .zip
677- URL_MD5 e97338afb9360b320aecf74716be5fdc
676+ URL https://github.com/zelang-dev/c-raii/archive/refs/tags/2.1.1 .zip
677+ URL_MD5 15c0497b21eb12960fbec91523df8b30
678678 )
679679 FetchContent_MakeAvailable(raii)
680680endif()
Original file line number Diff line number Diff line change @@ -668,8 +668,8 @@ Add to **CMakeLists.txt**
668668find_package (raii QUIET)
669669if(NOT raii_FOUND)
670670 FetchContent_Declare(raii
671- URL https://github.com/zelang-dev/c-raii/archive/refs/tags/2.1.0 .zip
672- URL_MD5 e97338afb9360b320aecf74716be5fdc
671+ URL https://github.com/zelang-dev/c-raii/archive/refs/tags/2.1.1 .zip
672+ URL_MD5 15c0497b21eb12960fbec91523df8b30
673673 )
674674 FetchContent_MakeAvailable(raii)
675675endif()
You can’t perform that action at this time.
0 commit comments