@@ -134,7 +134,7 @@ include(FetchContent)
134
134
FetchContent_Declare(
135
135
cpptrace
136
136
GIT_REPOSITORY https://github.com/jeremy-rifkin/cpptrace.git
137
- GIT_TAG v0.7.0 # <HASH or TAG>
137
+ GIT_TAG v0.7.1 # <HASH or TAG>
138
138
)
139
139
FetchContent_MakeAvailable(cpptrace)
140
140
target_link_libraries(your_target cpptrace::cpptrace)
@@ -793,7 +793,7 @@ include(FetchContent)
793
793
FetchContent_Declare(
794
794
cpptrace
795
795
GIT_REPOSITORY https://github.com/jeremy-rifkin/cpptrace.git
796
- GIT_TAG v0.7.0 # <HASH or TAG>
796
+ GIT_TAG v0.7.1 # <HASH or TAG>
797
797
)
798
798
FetchContent_MakeAvailable(cpptrace)
799
799
target_link_libraries(your_target cpptrace::cpptrace)
@@ -809,7 +809,7 @@ information.
809
809
810
810
``` sh
811
811
git clone https://github.com/jeremy-rifkin/cpptrace.git
812
- git checkout v0.7.0
812
+ git checkout v0.7.1
813
813
mkdir cpptrace/build
814
814
cd cpptrace/build
815
815
cmake .. -DCMAKE_BUILD_TYPE=Release
@@ -852,7 +852,7 @@ you when installing new libraries.
852
852
853
853
```ps1
854
854
git clone https://github.com/jeremy-rifkin/cpptrace.git
855
- git checkout v0.7.0
855
+ git checkout v0.7.1
856
856
mkdir cpptrace/build
857
857
cd cpptrace/build
858
858
cmake .. -DCMAKE_BUILD_TYPE=Release
@@ -870,7 +870,7 @@ To install just for the local user (or any custom prefix):
870
870
871
871
``` sh
872
872
git clone https://github.com/jeremy-rifkin/cpptrace.git
873
- git checkout v0.7.0
873
+ git checkout v0.7.1
874
874
mkdir cpptrace/build
875
875
cd cpptrace/build
876
876
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$HOME /wherever
@@ -953,7 +953,7 @@ make install
953
953
cd ~ /scratch/cpptrace-test
954
954
git clone https://github.com/jeremy-rifkin/cpptrace.git
955
955
cd cpptrace
956
- git checkout v0.7.0
956
+ git checkout v0.7.1
957
957
mkdir build
958
958
cd build
959
959
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
@@ -973,7 +973,7 @@ cpptrace and its dependencies.
973
973
Cpptrace is available through conan at https://conan.io/center/recipes/cpptrace .
974
974
```
975
975
[requires]
976
- cpptrace/0.7.0
976
+ cpptrace/0.7.1
977
977
[generators]
978
978
CMakeDeps
979
979
CMakeToolchain
0 commit comments