diff --git a/cmake/Reprojucer.cmake b/cmake/Reprojucer.cmake index 3a49dbd14..de56555bb 100644 --- a/cmake/Reprojucer.cmake +++ b/cmake/Reprojucer.cmake @@ -52,7 +52,7 @@ set(Reprojucer_supported_exporters set(Reprojucer_supported_exporters_conditions "APPLE\;AND\;NOT\;IOS" "IOS" - "MSVC_VERSION\;GREATER\;1929\;AND\;MSVC_VERSION\;LESS\;1940" + "MSVC_VERSION\;GREATER\;1929\;AND\;MSVC_VERSION\;LESS\;1950" "MSVC_VERSION\;GREATER\;1919\;AND\;MSVC_VERSION\;LESS\;1930" "MSVC_VERSION\;GREATER\;1909\;AND\;MSVC_VERSION\;LESS\;1920" "MSVC_VERSION\;EQUAL\;1900"