From b8c3d07a4dccb5088506fad24ed250331f95d3b4 Mon Sep 17 00:00:00 2001 From: Fred Hornsey Date: Thu, 19 Oct 2023 23:36:41 -0500 Subject: [PATCH] Try This --- .github/workflows/ishapes.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ishapes.yml b/.github/workflows/ishapes.yml index 2ecf37e3843..f6cd8e138b5 100644 --- a/.github/workflows/ishapes.yml +++ b/.github/workflows/ishapes.yml @@ -90,8 +90,9 @@ jobs: shell: cmd run: | cd OpenDDS + dir %VCPKG_INSTALLED_DIR%/x64-windows perl configure --optimize --no-debug --static --tests ^ - "--qt=%VCPKG_ROOT%/installed/x64-windows" ^ + "--qt=%VCPKG_INSTALLED_DIR%/x64-windows" ^ "--mpcopts=-value_template platforms=x64" ^ "--mpcopts=-value_template configurations=Release" ^ "--mpcopts=-value_template Release::runtime_library=MultiThreadedDLL"