@@ -113,7 +113,7 @@ include(FetchContent)
113
113
FetchContent_Declare(
114
114
libassert
115
115
GIT_REPOSITORY https://github.com/jeremy-rifkin/libassert.git
116
- GIT_TAG v2.0.0 # <HASH or TAG>
116
+ GIT_TAG v2.0.1 # <HASH or TAG>
117
117
)
118
118
FetchContent_MakeAvailable(libassert)
119
119
target_link_libraries(your_target libassert::assert)
@@ -802,7 +802,7 @@ include(FetchContent)
802
802
FetchContent_Declare(
803
803
libassert
804
804
GIT_REPOSITORY https://github.com/jeremy-rifkin/libassert.git
805
- GIT_TAG v2.0.0 # <HASH or TAG>
805
+ GIT_TAG v2.0.1 # <HASH or TAG>
806
806
)
807
807
FetchContent_MakeAvailable(libassert)
808
808
target_link_libraries(your_target libassert::assert)
@@ -817,7 +817,7 @@ information.
817
817
818
818
``` sh
819
819
git clone https://github.com/jeremy-rifkin/libassert.git
820
- git checkout v2.0.0
820
+ git checkout v2.0.1
821
821
mkdir libassert/build
822
822
cd libassert/build
823
823
cmake .. -DCMAKE_BUILD_TYPE=Release
@@ -853,7 +853,7 @@ you when installing new libraries.
853
853
854
854
``` ps1
855
855
git clone https://github.com/jeremy-rifkin/libassert.git
856
- git checkout v2.0.0
856
+ git checkout v2.0.1
857
857
mkdir libassert/build
858
858
cd libassert/build
859
859
cmake .. -DCMAKE_BUILD_TYPE=Release
@@ -871,7 +871,7 @@ To install just for the local user (or any custom prefix):
871
871
872
872
``` sh
873
873
git clone https://github.com/jeremy-rifkin/libassert.git
874
- git checkout v2.0.0
874
+ git checkout v2.0.1
875
875
mkdir libassert/build
876
876
cd libassert/build
877
877
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$HOME /wherever
@@ -920,7 +920,7 @@ Libassert is available through conan at https://conan.io/center/recipes/libasser
920
920
921
921
```
922
922
[requires]
923
- libassert/2.0.0
923
+ libassert/2.0.1
924
924
[generators]
925
925
CMakeDeps
926
926
CMakeToolchain
0 commit comments