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
67
67
GTest::Main )
68
68
target_include_directories (pegtl_combined_tests PRIVATE
69
69
${CMAKE_CURRENT_SOURCE_DIR} /../include )
70
+ target_compile_features (pegtl_combined_tests PRIVATE cxx_std_20 )
70
71
gtest_add_tests (TARGET pegtl_combined_tests )
71
72
72
73
add_executable (pegtl_executable_tests PegtlExecutableTests.cpp )
@@ -85,6 +86,7 @@ target_link_libraries(pegtl_schema_tests PRIVATE
85
86
GTest::Main )
86
87
target_include_directories (pegtl_schema_tests PRIVATE
87
88
${CMAKE_CURRENT_SOURCE_DIR} /../include )
89
+ target_compile_features (pegtl_schema_tests PRIVATE cxx_std_20 )
88
90
gtest_add_tests (TARGET pegtl_schema_tests )
89
91
90
92
add_executable (response_tests ResponseTests.cpp )
You can’t perform that action at this time.
0 commit comments