mirror of
https://github.com/ModOrganizer2/modorganizer-installer_fomod_csharp.git
synced 2026-07-27 14:07:20 -07:00
Switch to C++20 for std::format.
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user