Switch to C++20 for std::format.

This commit is contained in:
Mikaël Capelle
2024-05-21 21:18:26 +02:00
parent 4542552bd8
commit 2c94a40e12
+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_configure_plugin(installer_fomod_csharp WARNINGS OFF CLI ON)
mo2_install_target(installer_fomod_csharp) 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)