File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ target_link_libraries(pegtl_combined_tests PRIVATE
6767 GTest::Main)
6868target_include_directories (pegtl_combined_tests PRIVATE
6969 ${CMAKE_CURRENT_SOURCE_DIR} /../include )
70+ target_compile_features (pegtl_combined_tests PRIVATE cxx_std_20)
7071gtest_add_tests(TARGET pegtl_combined_tests)
7172
7273add_executable (pegtl_executable_tests PegtlExecutableTests.cpp)
@@ -85,6 +86,7 @@ target_link_libraries(pegtl_schema_tests PRIVATE
8586 GTest::Main)
8687target_include_directories (pegtl_schema_tests PRIVATE
8788 ${CMAKE_CURRENT_SOURCE_DIR} /../include )
89+ target_compile_features (pegtl_schema_tests PRIVATE cxx_std_20)
8890gtest_add_tests(TARGET pegtl_schema_tests)
8991
9092add_executable (response_tests ResponseTests.cpp)
You can’t perform that action at this time.
0 commit comments