@@ -117,7 +117,7 @@ include(FetchContent)
117
117
FetchContent_Declare(
118
118
libassert
119
119
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>
121
121
)
122
122
FetchContent_MakeAvailable(libassert)
123
123
target_link_libraries(your_target libassert::assert)
@@ -936,7 +936,7 @@ include(FetchContent)
936
936
FetchContent_Declare(
937
937
libassert
938
938
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>
940
940
)
941
941
FetchContent_MakeAvailable(libassert)
942
942
target_link_libraries(your_target libassert::assert)
@@ -951,7 +951,7 @@ information.
951
951
952
952
``` sh
953
953
git clone https://github.com/jeremy-rifkin/libassert.git
954
- git checkout v2.2.0
954
+ git checkout v2.2.1
955
955
mkdir libassert/build
956
956
cd libassert/build
957
957
cmake .. -DCMAKE_BUILD_TYPE=Release
@@ -987,7 +987,7 @@ you when installing new libraries.
987
987
988
988
``` ps1
989
989
git clone https://github.com/jeremy-rifkin/libassert.git
990
- git checkout v2.2.0
990
+ git checkout v2.2.1
991
991
mkdir libassert/build
992
992
cd libassert/build
993
993
cmake .. -DCMAKE_BUILD_TYPE=Release
@@ -1005,7 +1005,7 @@ To install just for the local user (or any custom prefix):
1005
1005
1006
1006
``` sh
1007
1007
git clone https://github.com/jeremy-rifkin/libassert.git
1008
- git checkout v2.2.0
1008
+ git checkout v2.2.1
1009
1009
mkdir libassert/build
1010
1010
cd libassert/build
1011
1011
cmake .. -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
1054
1054
1055
1055
```
1056
1056
[requires]
1057
- libassert/2.2.0
1057
+ libassert/2.2.1
1058
1058
[generators]
1059
1059
CMakeDeps
1060
1060
CMakeToolchain
0 commit comments