@@ -116,7 +116,7 @@ include(FetchContent)
116116FetchContent_Declare(
117117 libassert
118118 GIT_REPOSITORY https://github.com/jeremy-rifkin/libassert.git
119- GIT_TAG v2.1.3 # <HASH or TAG>
119+ GIT_TAG v2.1.4 # <HASH or TAG>
120120)
121121FetchContent_MakeAvailable(libassert)
122122target_link_libraries(your_target libassert::assert)
@@ -865,7 +865,7 @@ include(FetchContent)
865865FetchContent_Declare(
866866 libassert
867867 GIT_REPOSITORY https://github.com/jeremy-rifkin/libassert.git
868- GIT_TAG v2.1.3 # <HASH or TAG>
868+ GIT_TAG v2.1.4 # <HASH or TAG>
869869)
870870FetchContent_MakeAvailable(libassert)
871871target_link_libraries(your_target libassert::assert)
@@ -880,7 +880,7 @@ information.
880880
881881``` sh
882882git clone https://github.com/jeremy-rifkin/libassert.git
883- git checkout v2.1.3
883+ git checkout v2.1.4
884884mkdir libassert/build
885885cd libassert/build
886886cmake .. -DCMAKE_BUILD_TYPE=Release
@@ -916,7 +916,7 @@ you when installing new libraries.
916916
917917``` ps1
918918git clone https://github.com/jeremy-rifkin/libassert.git
919- git checkout v2.1.3
919+ git checkout v2.1.4
920920mkdir libassert/build
921921cd libassert/build
922922cmake .. -DCMAKE_BUILD_TYPE=Release
@@ -934,7 +934,7 @@ To install just for the local user (or any custom prefix):
934934
935935``` sh
936936git clone https://github.com/jeremy-rifkin/libassert.git
937- git checkout v2.1.3
937+ git checkout v2.1.4
938938mkdir libassert/build
939939cd libassert/build
940940cmake .. -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
983983
984984```
985985[requires]
986- libassert/2.1.3
986+ libassert/2.1.4
987987[generators]
988988CMakeDeps
989989CMakeToolchain
0 commit comments