Skip to content

Commit 8d85aec

Browse files
committed
Don't use C++20 for unittests
1 parent 1dcc2fa commit 8d85aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function(test_cpptrace)
9999
unit/lib/prune_symbol.cpp
100100
)
101101

102-
target_compile_features("${CPPTRACE_TEST_NAME}" PRIVATE cxx_std_20)
102+
target_compile_features("${CPPTRACE_TEST_NAME}" PRIVATE cxx_std_11)
103103
target_link_libraries("${CPPTRACE_TEST_NAME}" PRIVATE ${target_name} GTest::gtest_main GTest::gmock_main)
104104
target_compile_definitions("${CPPTRACE_TEST_NAME}" PRIVATE ${CPPTRACE_DEFINE})
105105

0 commit comments

Comments
 (0)