@@ -117,7 +117,7 @@ include(FetchContent)
117117FetchContent_Declare(
118118 libassert
119119 GIT_REPOSITORY https://github.com/jeremy-rifkin/libassert.git
120- GIT_TAG v2.2.0 # <HASH or TAG>
120+ GIT_TAG v2.2.1 # <HASH or TAG>
121121)
122122FetchContent_MakeAvailable(libassert)
123123target_link_libraries(your_target libassert::assert)
@@ -936,7 +936,7 @@ include(FetchContent)
936936FetchContent_Declare(
937937 libassert
938938 GIT_REPOSITORY https://github.com/jeremy-rifkin/libassert.git
939- GIT_TAG v2.2.0 # <HASH or TAG>
939+ GIT_TAG v2.2.1 # <HASH or TAG>
940940)
941941FetchContent_MakeAvailable(libassert)
942942target_link_libraries(your_target libassert::assert)
@@ -951,7 +951,7 @@ information.
951951
952952``` sh
953953git clone https://github.com/jeremy-rifkin/libassert.git
954- git checkout v2.2.0
954+ git checkout v2.2.1
955955mkdir libassert/build
956956cd libassert/build
957957cmake .. -DCMAKE_BUILD_TYPE=Release
@@ -987,7 +987,7 @@ you when installing new libraries.
987987
988988``` ps1
989989git clone https://github.com/jeremy-rifkin/libassert.git
990- git checkout v2.2.0
990+ git checkout v2.2.1
991991mkdir libassert/build
992992cd libassert/build
993993cmake .. -DCMAKE_BUILD_TYPE=Release
@@ -1005,7 +1005,7 @@ To install just for the local user (or any custom prefix):
10051005
10061006``` sh
10071007git clone https://github.com/jeremy-rifkin/libassert.git
1008- git checkout v2.2.0
1008+ git checkout v2.2.1
10091009mkdir libassert/build
10101010cd libassert/build
10111011cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$HOME /wherever
@@ -1054,7 +1054,7 @@ Libassert is available through conan at https://conan.io/center/recipes/libasser
10541054
10551055```
10561056[requires]
1057- libassert/2.2.0
1057+ libassert/2.2.1
10581058[generators]
10591059CMakeDeps
10601060CMakeToolchain
0 commit comments