From 0a9dfed08a3bf722aba138a33bcd668fbbe096f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 30 Sep 2024 12:37:31 +0200 Subject: [PATCH] package/ci: properly prefix a Corrade CMake option. --- package/ci/appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/ci/appveyor.yml b/package/ci/appveyor.yml index ec4a0cbc2..4d94066b9 100644 --- a/package/ci/appveyor.yml +++ b/package/ci/appveyor.yml @@ -72,7 +72,7 @@ environment: - TARGET: desktop COMPILER: msvc # Same reasoning as in Corrade for /EHsc - COMPILER_EXTRA: -DCMAKE_CXX_FLAGS="/permissive- /EHsc" -DMSVC_COMPATIBILITY=OFF + COMPILER_EXTRA: -DCMAKE_CXX_FLAGS="/permissive- /EHsc" -DCORRADE_MSVC_COMPATIBILITY=OFF PLATFORM: x64 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 APPVEYOR_JOB_NAME: windows-conforming-msvc2019 @@ -84,7 +84,7 @@ environment: # conformant preprocessor also, but just on one of the two permissive # builds to avoid a false impression that the differences are depending on # /permissive- alone. - COMPILER_EXTRA: -DCMAKE_CXX_FLAGS="/permissive- /EHsc /Zc:preprocessor" -DMSVC_COMPATIBILITY=OFF + COMPILER_EXTRA: -DCMAKE_CXX_FLAGS="/permissive- /EHsc /Zc:preprocessor" -DCORRADE_MSVC_COMPATIBILITY=OFF PLATFORM: x64 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 APPVEYOR_JOB_NAME: windows-conforming-msvc2022