We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dcc2fa commit 8d85aecCopy full SHA for 8d85aec
test/CMakeLists.txt
@@ -99,7 +99,7 @@ function(test_cpptrace)
99
unit/lib/prune_symbol.cpp
100
)
101
102
- target_compile_features("${CPPTRACE_TEST_NAME}" PRIVATE cxx_std_20)
+ target_compile_features("${CPPTRACE_TEST_NAME}" PRIVATE cxx_std_11)
103
target_link_libraries("${CPPTRACE_TEST_NAME}" PRIVATE ${target_name} GTest::gtest_main GTest::gmock_main)
104
target_compile_definitions("${CPPTRACE_TEST_NAME}" PRIVATE ${CPPTRACE_DEFINE})
105
0 commit comments