Switch to C++20 for std::format. (#7)

This commit is contained in:
Mikaël Capelle
2024-05-21 21:18:40 +02:00
committed by GitHub
parent 4542552bd8
commit c3be687e40
+1 -1
View File
@@ -4,4 +4,4 @@ add_library(installer_fomod_csharp SHARED)
mo2_configure_plugin(installer_fomod_csharp WARNINGS OFF CLI ON)
mo2_install_target(installer_fomod_csharp)
set_target_properties(installer_fomod_csharp PROPERTIES CXX_STANDARD 17)
set_target_properties(installer_fomod_csharp PROPERTIES CXX_STANDARD 20)