pkgsrc-ng/devel/cmake/patches/patch-Utilities_KWIML_CMakeLists.txt
2016-10-14 07:49:11 +02:00

15 lines
391 B
Plaintext

$NetBSD: patch-Utilities_KWIML_CMakeLists.txt,v 1.2 2016/03/14 10:49:55 adam Exp $
Disable tests. Solves some preprocessor problems.
--- Utilities/KWIML/CMakeLists.txt.orig 2016-03-08 14:36:25.000000000 +0000
+++ Utilities/KWIML/CMakeLists.txt
@@ -42,7 +42,6 @@ if(KWIML_INSTALL_INCLUDE_DIR)
endif()
if(KWIML_TEST_ENABLE)
- add_subdirectory(test)
endif()
if(NOT kwiml_standalone)