summaryrefslogtreecommitdiff
path: root/media-video/subtitlecomposer/files/subtitlecomposer-0.7.0-tests-optional.patch
blob: b2db3d9975e619cf12876824db9ed192e9d7c608 (plain)
1
2
3
4
5
6
7
8
9
--- a/src/core/CMakeLists.txt	2019-07-04 21:15:26.000891815 +0200
+++ b/src/core/CMakeLists.txt	2019-07-04 21:15:26.005891858 +0200
@@ -13,4 +13,6 @@
 	CACHE INTERNAL EXPORTEDVARIABLE
 )
 
+if(BUILD_TESTING)
 add_subdirectory(tests)
+endif()