fixed tests

This commit is contained in:
2025-09-01 09:15:35 +09:00
parent 8dc7bcd618
commit e9a298e9ef
19 changed files with 228 additions and 1853 deletions

View File

@@ -31,7 +31,7 @@ target_link_libraries(nd-wfc-tests
# Set C++ standard
set_target_properties(nd-wfc-tests PROPERTIES
CXX_STANDARD 17
CXX_STANDARD 20
CXX_STANDARD_REQUIRED ON
)