Skip to content

Commit 358020d

Browse files
committed
chore: disable mimic++ stacktrace
1 parent 890b648 commit 358020d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cmake/Findmimicpp.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ CPMAddPackage(mimicpp
1212
EXCLUDE_FROM_ALL YES
1313
OPTIONS
1414
"MIMICPP_CONFIG_USE_FMT ON"
15-
"MIMICPP_CONFIG_EXPERIMENTAL_STACKTRACE ON"
16-
"MIMICPP_CONFIG_EXPERIMENTAL_USE_CPPTRACE ON"
15+
#"MIMICPP_CONFIG_EXPERIMENTAL_STACKTRACE ON"
16+
#"MIMICPP_CONFIG_EXPERIMENTAL_USE_CPPTRACE ON"
1717
)

0 commit comments

Comments
 (0)