Skip to content

Commit d087c79

Browse files
Turn off NLS option on Windows
1 parent 8e75a79 commit d087c79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
pip3 install conan==1.53.0 &&
3232
cd exiv2-0.27.6-Source/build &&
3333
conan profile new --detect default &&
34-
conan install .. --build missing &&
34+
conan install .. -o unitTests=False -b missing &&
3535
cmake .. -DCMAKE_BUILD_TYPE=Release \
3636
-DCMAKE_INSTALL_PREFIX=${{ env.EXIV2_ROOT }} \
3737
-DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
-DEXIV2_BUILD_SAMPLES=OFF
6161
-DEXIV2_BUILD_EXIV2_COMMAND=OFF
6262
-DEXIV2_ENABLE_BMFF=ON
63-
-DEXIV2_ENABLE_NLS=ON
63+
-DEXIV2_ENABLE_NLS=OFF
6464
-DEXIV2_ENABLE_VIDEO=ON
6565
-DCMAKE_CXX_STANDARD=98
6666
-G "Visual Studio 16 2019" -A x64

0 commit comments

Comments
 (0)