mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
18 lines
775 B
Plaintext
18 lines
775 B
Plaintext
$NetBSD: patch-aa,v 1.6 2015/11/18 21:00:51 christos Exp $
|
|
|
|
Disable out of source build test
|
|
|
|
--- CMakeLists.txt.orig 2015-09-16 02:44:35.000000000 -0400
|
|
+++ CMakeLists.txt 2015-11-17 10:44:55.000000000 -0500
|
|
@@ -36,8 +36,8 @@
|
|
include(CPackConfig.cmake)
|
|
|
|
# disallow in-source build
|
|
-include(MacroEnsureOutOfSourceBuild)
|
|
-macro_ensure_out_of_source_build("${PROJECT_NAME} requires an out of source build. Please create a separate build directory and run 'cmake /path/to/${PROJECT_NAME} [options]' there.")
|
|
+#include(MacroEnsureOutOfSourceBuild)
|
|
+#macro_ensure_out_of_source_build("${PROJECT_NAME} requires an out of source build. Please create a separate build directory and run 'cmake /path/to/${PROJECT_NAME} [options]' there.")
|
|
|
|
# search for libraries
|
|
if (WITH_ZLIB)
|