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 committed Oct 7, 2022
1 parent 4fa658d commit da97c07
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 @@ -198,6 +198,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 da97c07

Please sign in to comment.