@@ -115,7 +115,7 @@ include(FetchContent)
115
115
FetchContent_Declare(
116
116
libassert
117
117
GIT_REPOSITORY https://github.com/jeremy-rifkin/libassert.git
118
- GIT_TAG v2.1.1 # <HASH or TAG>
118
+ GIT_TAG v2.1.2 # <HASH or TAG>
119
119
)
120
120
FetchContent_MakeAvailable(libassert)
121
121
target_link_libraries(your_target libassert::assert)
@@ -847,7 +847,7 @@ include(FetchContent)
847
847
FetchContent_Declare(
848
848
libassert
849
849
GIT_REPOSITORY https://github.com/jeremy-rifkin/libassert.git
850
- GIT_TAG v2.1.1 # <HASH or TAG>
850
+ GIT_TAG v2.1.2 # <HASH or TAG>
851
851
)
852
852
FetchContent_MakeAvailable(libassert)
853
853
target_link_libraries(your_target libassert::assert)
@@ -862,7 +862,7 @@ information.
862
862
863
863
``` sh
864
864
git clone https://github.com/jeremy-rifkin/libassert.git
865
- git checkout v2.1.1
865
+ git checkout v2.1.2
866
866
mkdir libassert/build
867
867
cd libassert/build
868
868
cmake .. -DCMAKE_BUILD_TYPE=Release
@@ -898,7 +898,7 @@ you when installing new libraries.
898
898
899
899
``` ps1
900
900
git clone https://github.com/jeremy-rifkin/libassert.git
901
- git checkout v2.1.1
901
+ git checkout v2.1.2
902
902
mkdir libassert/build
903
903
cd libassert/build
904
904
cmake .. -DCMAKE_BUILD_TYPE=Release
@@ -916,7 +916,7 @@ To install just for the local user (or any custom prefix):
916
916
917
917
``` sh
918
918
git clone https://github.com/jeremy-rifkin/libassert.git
919
- git checkout v2.1.1
919
+ git checkout v2.1.2
920
920
mkdir libassert/build
921
921
cd libassert/build
922
922
cmake .. -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
965
965
966
966
```
967
967
[requires]
968
- libassert/2.1.1
968
+ libassert/2.1.2
969
969
[generators]
970
970
CMakeDeps
971
971
CMakeToolchain
0 commit comments