From 9ae2217171e25c5b6559a01adebd224274c5f684 Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Fri, 7 Oct 2022 12:13:21 +0200 Subject: [PATCH] [ci] Windows fix: add CMAKE_INSTALL_PREFIX --- .github/workflows/continuous-integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 4d01a57c70..174b1929ff 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -201,6 +201,7 @@ jobs: cmakeAppendedArgs: -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DBUILD_SHARED_LIBS:BOOL=ON -DTARGET_ARCHITECTURE=core + -DCMAKE_INSTALL_PREFIX:PATH=${{ env.ALICEVISION_ROOT }} -DALICEVISION_BUILD_TESTS:BOOL=ON -DALICEVISION_BUILD_EXAMPLES:BOOL=ON -DALICEVISION_USE_OPENCV:BOOL=ON