Skip to content

Commit 4cf639d

Browse files
committed
Do not build taglib testing.
We don't need to build tests for dependencies, as we never run them. Besides, these particular tests fail to build in some environments.
1 parent 8108e54 commit 4cf639d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipes/taglib.recipe

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class Recipe(recipe.Recipe):
1717
-DWITH_ASF=ON \
1818
-DBUILD_SHARED_LIBS=1 \
1919
-DBUILD_STATIC_LIBS=1 \
20+
-DBUILD_TESTING=0 \
2021
-DCMAKE_DISABLE_FIND_PACKAGE_Boost=TRUE'
2122
deps = ['zlib']
2223

0 commit comments

Comments
 (0)