@@ -116,7 +116,7 @@ include(FetchContent)
116
116
FetchContent_Declare(
117
117
libassert
118
118
GIT_REPOSITORY https://github.com/jeremy-rifkin/libassert.git
119
- GIT_TAG v2.1.2 # <HASH or TAG>
119
+ GIT_TAG v2.1.3 # <HASH or TAG>
120
120
)
121
121
FetchContent_MakeAvailable(libassert)
122
122
target_link_libraries(your_target libassert::assert)
@@ -865,7 +865,7 @@ include(FetchContent)
865
865
FetchContent_Declare(
866
866
libassert
867
867
GIT_REPOSITORY https://github.com/jeremy-rifkin/libassert.git
868
- GIT_TAG v2.1.2 # <HASH or TAG>
868
+ GIT_TAG v2.1.3 # <HASH or TAG>
869
869
)
870
870
FetchContent_MakeAvailable(libassert)
871
871
target_link_libraries(your_target libassert::assert)
@@ -880,7 +880,7 @@ information.
880
880
881
881
``` sh
882
882
git clone https://github.com/jeremy-rifkin/libassert.git
883
- git checkout v2.1.2
883
+ git checkout v2.1.3
884
884
mkdir libassert/build
885
885
cd libassert/build
886
886
cmake .. -DCMAKE_BUILD_TYPE=Release
@@ -916,7 +916,7 @@ you when installing new libraries.
916
916
917
917
``` ps1
918
918
git clone https://github.com/jeremy-rifkin/libassert.git
919
- git checkout v2.1.2
919
+ git checkout v2.1.3
920
920
mkdir libassert/build
921
921
cd libassert/build
922
922
cmake .. -DCMAKE_BUILD_TYPE=Release
@@ -934,7 +934,7 @@ To install just for the local user (or any custom prefix):
934
934
935
935
``` sh
936
936
git clone https://github.com/jeremy-rifkin/libassert.git
937
- git checkout v2.1.2
937
+ git checkout v2.1.3
938
938
mkdir libassert/build
939
939
cd libassert/build
940
940
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$HOME /wherever
@@ -983,7 +983,7 @@ Libassert is available through conan at https://conan.io/center/recipes/libasser
983
983
984
984
```
985
985
[requires]
986
- libassert/2.1.2
986
+ libassert/2.1.3
987
987
[generators]
988
988
CMakeDeps
989
989
CMakeToolchain
0 commit comments