@@ -155,7 +155,7 @@ include(FetchContent)
155
155
FetchContent_Declare(
156
156
cpptrace
157
157
GIT_REPOSITORY https://github.com/jeremy-rifkin/cpptrace.git
158
- GIT_TAG v0.8.3 # <HASH or TAG>
158
+ GIT_TAG v1.0.0 # <HASH or TAG>
159
159
)
160
160
FetchContent_MakeAvailable(cpptrace)
161
161
target_link_libraries(your_target cpptrace::cpptrace)
@@ -1269,7 +1269,7 @@ include(FetchContent)
1269
1269
FetchContent_Declare(
1270
1270
cpptrace
1271
1271
GIT_REPOSITORY https://github.com/jeremy-rifkin/cpptrace.git
1272
- GIT_TAG v0.8.3 # <HASH or TAG>
1272
+ GIT_TAG v1.0.0 # <HASH or TAG>
1273
1273
)
1274
1274
FetchContent_MakeAvailable(cpptrace)
1275
1275
target_link_libraries(your_target cpptrace::cpptrace)
@@ -1285,7 +1285,7 @@ information.
1285
1285
1286
1286
``` sh
1287
1287
git clone https://github.com/jeremy-rifkin/cpptrace.git
1288
- git checkout v0.8.3
1288
+ git checkout v1.0.0
1289
1289
mkdir cpptrace/build
1290
1290
cd cpptrace/build
1291
1291
cmake .. -DCMAKE_BUILD_TYPE=Release
@@ -1328,7 +1328,7 @@ you when installing new libraries.
1328
1328
1329
1329
```ps1
1330
1330
git clone https://github.com/jeremy-rifkin/cpptrace.git
1331
- git checkout v0.8.3
1331
+ git checkout v1.0.0
1332
1332
mkdir cpptrace/build
1333
1333
cd cpptrace/build
1334
1334
cmake .. -DCMAKE_BUILD_TYPE=Release
@@ -1346,7 +1346,7 @@ To install just for the local user (or any custom prefix):
1346
1346
1347
1347
``` sh
1348
1348
git clone https://github.com/jeremy-rifkin/cpptrace.git
1349
- git checkout v0.8.3
1349
+ git checkout v1.0.0
1350
1350
mkdir cpptrace/build
1351
1351
cd cpptrace/build
1352
1352
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$HOME /wherever
@@ -1429,7 +1429,7 @@ make install
1429
1429
cd ~ /scratch/cpptrace-test
1430
1430
git clone https://github.com/jeremy-rifkin/cpptrace.git
1431
1431
cd cpptrace
1432
- git checkout v0.8.3
1432
+ git checkout v1.0.0
1433
1433
mkdir build
1434
1434
cd build
1435
1435
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
@@ -1449,7 +1449,7 @@ cpptrace and its dependencies.
1449
1449
Cpptrace is available through conan at https://conan.io/center/recipes/cpptrace .
1450
1450
```
1451
1451
[requires]
1452
- cpptrace/0.8.3
1452
+ cpptrace/1.0.0
1453
1453
[generators]
1454
1454
CMakeDeps
1455
1455
CMakeToolchain
0 commit comments