Compile in C++20 mode

This commit is contained in:
Dalton Messmer
2024-10-21 20:57:39 -04:00
parent b8b1dae407
commit 9d2f99ea33
6 changed files with 8 additions and 8 deletions

View File

@@ -28,5 +28,5 @@ foreach(LMMS_TEST_SRC IN LISTS LMMS_TESTS)
${QT_QTTEST_LIBRARY}
)
target_compile_features(${LMMS_TEST_NAME} PRIVATE cxx_std_17)
target_compile_features(${LMMS_TEST_NAME} PRIVATE cxx_std_20)
endforeach()