@@ -115,7 +115,7 @@ include(FetchContent)
115115FetchContent_Declare(
116116 libassert
117117 GIT_REPOSITORY https://github.com/jeremy-rifkin/libassert.git
118- GIT_TAG v2.1.0 # <HASH or TAG>
118+ GIT_TAG v2.1.1 # <HASH or TAG>
119119)
120120FetchContent_MakeAvailable(libassert)
121121target_link_libraries(your_target libassert::assert)
@@ -847,7 +847,7 @@ include(FetchContent)
847847FetchContent_Declare(
848848 libassert
849849 GIT_REPOSITORY https://github.com/jeremy-rifkin/libassert.git
850- GIT_TAG v2.1.0 # <HASH or TAG>
850+ GIT_TAG v2.1.1 # <HASH or TAG>
851851)
852852FetchContent_MakeAvailable(libassert)
853853target_link_libraries(your_target libassert::assert)
@@ -862,7 +862,7 @@ information.
862862
863863``` sh
864864git clone https://github.com/jeremy-rifkin/libassert.git
865- git checkout v2.1.0
865+ git checkout v2.1.1
866866mkdir libassert/build
867867cd libassert/build
868868cmake .. -DCMAKE_BUILD_TYPE=Release
@@ -898,7 +898,7 @@ you when installing new libraries.
898898
899899``` ps1
900900git clone https://github.com/jeremy-rifkin/libassert.git
901- git checkout v2.1.0
901+ git checkout v2.1.1
902902mkdir libassert/build
903903cd libassert/build
904904cmake .. -DCMAKE_BUILD_TYPE=Release
@@ -916,7 +916,7 @@ To install just for the local user (or any custom prefix):
916916
917917``` sh
918918git clone https://github.com/jeremy-rifkin/libassert.git
919- git checkout v2.1.0
919+ git checkout v2.1.1
920920mkdir libassert/build
921921cd libassert/build
922922cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$HOME /wherever
@@ -965,7 +965,7 @@ Libassert is available through conan at https://conan.io/center/recipes/libasser
965965
966966```
967967[requires]
968- libassert/2.1.0
968+ libassert/2.1.1
969969[generators]
970970CMakeDeps
971971CMakeToolchain
0 commit comments