Enable two-phase lookup for Qt 6.7.

This commit is contained in:
Mikaël Capelle
2024-05-18 19:22:48 +02:00
parent fab95498d9
commit 0720ad63df
-1
View File
@@ -4,5 +4,4 @@ add_library(installer_fomod_csharp SHARED)
mo2_configure_plugin(installer_fomod_csharp WARNINGS OFF CLI ON)
mo2_install_target(installer_fomod_csharp)
target_compile_options(installer_fomod_csharp PRIVATE "/Zc:twoPhase-")
set_target_properties(installer_fomod_csharp PROPERTIES CXX_STANDARD 17)