Skip to content

Commit

Permalink
Configuration - Enable FreeImage usage and disable FFMPEG in build wo…
Browse files Browse the repository at this point in the history
…rkflow
  • Loading branch information
dpasukhi committed Dec 16, 2024
1 parent 1cfc0d3 commit 87b3924
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-occt-with-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ jobs:
-DBUILD_INCLUDE_SYMLINK=ON \
-DINSTALL_DIR=${{ github.workspace }}/install \
-DUSE_DRACO=ON \
-DUSE_FFMPEG=ON \
-DUSE_FREEIMAGE=OFF \
-DUSE_FFMPEG=OFF \
-DUSE_FREEIMAGE=ON \
-DUSE_GLES2=ON \
-DUSE_VTK=ON \
-DUSE_TBB=ON \
Expand All @@ -145,8 +145,8 @@ jobs:
-DBUILD_INCLUDE_SYMLINK=ON ^
-DINSTALL_DIR=${{ github.workspace }}/install ^
-DUSE_DRACO=ON ^
-DUSE_FFMPEG=ON ^
-DUSE_FREEIMAGE=OFF ^
-DUSE_FFMPEG=OFF ^
-DUSE_FREEIMAGE=ON ^
-DUSE_GLES2=ON ^
-DUSE_OPENVR=ON ^
-DUSE_VTK=ON ^
Expand Down Expand Up @@ -186,8 +186,8 @@ jobs:
-DBUILD_INCLUDE_SYMLINK=ON \
-DINSTALL_DIR=${{ github.workspace }}/install-debug \
-DUSE_DRACO=ON \
-DUSE_FFMPEG=ON \
-DUSE_FREEIMAGE=OFF \
-DUSE_FFMPEG=OFF \
-DUSE_FREEIMAGE=ON \
-DUSE_GLES2=ON \
-DUSE_VTK=ON \
-DUSE_TBB=ON \
Expand All @@ -212,8 +212,8 @@ jobs:
-DBUILD_INCLUDE_SYMLINK=ON ^
-DINSTALL_DIR=${{ github.workspace }}/install-debug ^
-DUSE_DRACO=ON ^
-DUSE_FFMPEG=ON ^
-DUSE_FREEIMAGE=OFF ^
-DUSE_FFMPEG=OFF ^
-DUSE_FREEIMAGE=ON ^
-DUSE_GLES2=ON ^
-DUSE_OPENVR=ON ^
-DUSE_VTK=ON ^
Expand Down

0 comments on commit 87b3924

Please sign in to comment.