mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 14:25:12 -04:00
15 lines
391 B
Plaintext
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)
|