summaryrefslogtreecommitdiff
path: root/devel/cmake/patches/patch-Utilities_KWIML_CMakeLists.txt
blob: ad44a40cae088f99d0a582f4738f5d8f32293c2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$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)