You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/subtitlecomposer/files/subtitlecomposer-0.7.0-test...

10 lines
242 B

--- 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()