We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e75a79 commit d087c79Copy full SHA for d087c79
.github/workflows/build-macos.yml
@@ -31,7 +31,7 @@ jobs:
31
pip3 install conan==1.53.0 &&
32
cd exiv2-0.27.6-Source/build &&
33
conan profile new --detect default &&
34
- conan install .. --build missing &&
+ conan install .. -o unitTests=False -b missing &&
35
cmake .. -DCMAKE_BUILD_TYPE=Release \
36
-DCMAKE_INSTALL_PREFIX=${{ env.EXIV2_ROOT }} \
37
-DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \
.github/workflows/build-windows.yml
@@ -60,7 +60,7 @@ jobs:
60
-DEXIV2_BUILD_SAMPLES=OFF
61
-DEXIV2_BUILD_EXIV2_COMMAND=OFF
62
-DEXIV2_ENABLE_BMFF=ON
63
- -DEXIV2_ENABLE_NLS=ON
+ -DEXIV2_ENABLE_NLS=OFF
64
-DEXIV2_ENABLE_VIDEO=ON
65
-DCMAKE_CXX_STANDARD=98
66
-G "Visual Studio 16 2019" -A x64
0 commit comments