1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: remove Testing directory from CMakeLists.txt
The license for the test corpus is quite unclear even if it could
probably be considered fair use. So let just no ship it in the
Debian package.
Author: Jérémy Bobbio <lunar@debian.org>
Forwarded: not-needed
Last-Update: 2025-12-06
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -153,7 +153,6 @@
add_subdirectory(src)
add_subdirectory(test)
add_subdirectory(utils)
-add_subdirectory(Testing)
if(MSVC)
add_subdirectory(Windows)
|