@@ -113,7 +113,7 @@ include(FetchContent)
113113FetchContent_Declare(
114114 libassert
115115 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>
117117)
118118FetchContent_MakeAvailable(libassert)
119119target_link_libraries(your_target libassert::assert)
@@ -802,7 +802,7 @@ include(FetchContent)
802802FetchContent_Declare(
803803 libassert
804804 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>
806806)
807807FetchContent_MakeAvailable(libassert)
808808target_link_libraries(your_target libassert::assert)
@@ -817,7 +817,7 @@ information.
817817
818818``` sh
819819git clone https://github.com/jeremy-rifkin/libassert.git
820- git checkout v2.0.0
820+ git checkout v2.0.1
821821mkdir libassert/build
822822cd libassert/build
823823cmake .. -DCMAKE_BUILD_TYPE=Release
@@ -853,7 +853,7 @@ you when installing new libraries.
853853
854854``` ps1
855855git clone https://github.com/jeremy-rifkin/libassert.git
856- git checkout v2.0.0
856+ git checkout v2.0.1
857857mkdir libassert/build
858858cd libassert/build
859859cmake .. -DCMAKE_BUILD_TYPE=Release
@@ -871,7 +871,7 @@ To install just for the local user (or any custom prefix):
871871
872872``` sh
873873git clone https://github.com/jeremy-rifkin/libassert.git
874- git checkout v2.0.0
874+ git checkout v2.0.1
875875mkdir libassert/build
876876cd libassert/build
877877cmake .. -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
920920
921921```
922922[ requires ]
923- libassert/2.0.0
923+ libassert/2.0.1
924924[generators]
925925CMakeDeps
926926CMakeToolchain
0 commit comments