Skip to content

Commit

Permalink
Use -DEXIV2_BUILD_SAMPLES=ON (required for taglist)
Browse files Browse the repository at this point in the history
  • Loading branch information
nehaljwani committed May 9, 2023
1 parent 4ba5e6f commit b09d596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/exiv2.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
- name: Build exiv2
run: |
cmake -S$EXIV2HOME -B$EXIV2HOME/build -DEXIV2_ENABLE_BMFF=1 -DCMAKE_INSTALL_PREFIX=$EXIV2HOME/install
cmake -S$EXIV2HOME -B$EXIV2HOME/build -DEXIV2_ENABLE_BMFF=1 -DEXIV2_BUILD_SAMPLES=ON -DCMAKE_INSTALL_PREFIX=$EXIV2HOME/install
cmake --build $EXIV2HOME/build -- install -j$(nproc)
make -C $EXIV2HOME/doc/templates
EXIV2_BINDIR=$EXIV2HOME/build/bin make -C $EXIV2HOME/doc/templates
- name: Build exiv2.org static content
run: |
Expand Down

0 comments on commit b09d596

Please sign in to comment.