We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e158a4f commit b3d5bd2Copy full SHA for b3d5bd2
WaveSabreConvert/FLParser/CMakeLists.txt
@@ -4,7 +4,9 @@ project(Monad.FLParser LANGUAGES CSharp)
4
5
cmake_policy(SET CMP0057 NEW)
6
include(CSharpUtilities)
7
-set(CMAKE_CSharp_FLAGS ${CMAKE_CSharp_FLAGS} "/langversion:6")
+
8
+# Note: The space suffix is required for the flag to work correctly.
9
+set(CMAKE_CSharp_FLAGS "/langversion:latest ")
10
11
set(MONAD_FL_PARSER_SOURCES
12
${MONAD_FL_PARSER_DIR}/Properties/AssemblyInfo.cs
0 commit comments