@@ -138,7 +138,7 @@ include(FetchContent)
138
138
FetchContent_Declare(
139
139
cpptrace
140
140
GIT_REPOSITORY https://github.com/jeremy-rifkin/cpptrace.git
141
- GIT_TAG v0.8.0 # <HASH or TAG>
141
+ GIT_TAG v0.8.1 # <HASH or TAG>
142
142
)
143
143
FetchContent_MakeAvailable(cpptrace)
144
144
target_link_libraries(your_target cpptrace::cpptrace)
@@ -929,7 +929,7 @@ include(FetchContent)
929
929
FetchContent_Declare(
930
930
cpptrace
931
931
GIT_REPOSITORY https://github.com/jeremy-rifkin/cpptrace.git
932
- GIT_TAG v0.8.0 # <HASH or TAG>
932
+ GIT_TAG v0.8.1 # <HASH or TAG>
933
933
)
934
934
FetchContent_MakeAvailable(cpptrace)
935
935
target_link_libraries(your_target cpptrace::cpptrace)
@@ -945,7 +945,7 @@ information.
945
945
946
946
``` sh
947
947
git clone https://github.com/jeremy-rifkin/cpptrace.git
948
- git checkout v0.8.0
948
+ git checkout v0.8.1
949
949
mkdir cpptrace/build
950
950
cd cpptrace/build
951
951
cmake .. -DCMAKE_BUILD_TYPE=Release
@@ -988,7 +988,7 @@ you when installing new libraries.
988
988
989
989
```ps1
990
990
git clone https://github.com/jeremy-rifkin/cpptrace.git
991
- git checkout v0.8.0
991
+ git checkout v0.8.1
992
992
mkdir cpptrace/build
993
993
cd cpptrace/build
994
994
cmake .. -DCMAKE_BUILD_TYPE=Release
@@ -1006,7 +1006,7 @@ To install just for the local user (or any custom prefix):
1006
1006
1007
1007
``` sh
1008
1008
git clone https://github.com/jeremy-rifkin/cpptrace.git
1009
- git checkout v0.8.0
1009
+ git checkout v0.8.1
1010
1010
mkdir cpptrace/build
1011
1011
cd cpptrace/build
1012
1012
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$HOME /wherever
@@ -1089,7 +1089,7 @@ make install
1089
1089
cd ~ /scratch/cpptrace-test
1090
1090
git clone https://github.com/jeremy-rifkin/cpptrace.git
1091
1091
cd cpptrace
1092
- git checkout v0.8.0
1092
+ git checkout v0.8.1
1093
1093
mkdir build
1094
1094
cd build
1095
1095
cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=On -DCPPTRACE_USE_EXTERNAL_LIBDWARF=On -DCMAKE_PREFIX_PATH=~ /scratch/cpptrace-test/resources -DCMAKE_INSTALL_PREFIX=~ /scratch/cpptrace-test/resources
@@ -1109,7 +1109,7 @@ cpptrace and its dependencies.
1109
1109
Cpptrace is available through conan at https://conan.io/center/recipes/cpptrace .
1110
1110
```
1111
1111
[requires]
1112
- cpptrace/0.8.0
1112
+ cpptrace/0.8.1
1113
1113
[generators]
1114
1114
CMakeDeps
1115
1115
CMakeToolchain
0 commit comments