From 3ae938f4176ce46efc027ed0d80b139a7f8e11dd Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Mon, 22 May 2023 13:10:24 -0600 Subject: [PATCH] appveyor: enable packaging lightpreview --- build-appveyor.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-appveyor.ps1 b/build-appveyor.ps1 index b76e1b7d..77378462 100644 --- a/build-appveyor.ps1 +++ b/build-appveyor.ps1 @@ -18,7 +18,7 @@ mkdir cmakebuild cd cmakebuild -cmake .. -T v143 -Dembree_DIR="C:\embree-3.12.1.x64.vc14.windows" -DTBB_DIR="C:\tbb\cmake" -DCMAKE_GENERATOR_PLATFORM=x64 -DENABLE_LIGHTPREVIEW=NO -DQt5Widgets_DIR="C:\Qt\5.8\msvc2013_64\lib\cmake\Qt5Widgets" +cmake .. -T v143 -Dembree_DIR="C:\embree-3.12.1.x64.vc14.windows" -DTBB_DIR="C:\tbb\cmake" -DCMAKE_GENERATOR_PLATFORM=x64 -DENABLE_LIGHTPREVIEW=YES -DQt5Widgets_DIR="C:\Qt\5.15.2\msvc2019_64\lib\cmake\Qt5Widgets" $cmakePlatform = "x64"