Skip to content

Commit

Permalink
[ci] Windows fix: add CMAKE_INSTALL_PREFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiencastan authored and demoulinv committed Oct 10, 2022
1 parent 5cb96a3 commit 9ae2217
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ae2217

Please sign in to comment.