blob: c98470c0ad415e12dc19bf4ff954bd3de6b66ca6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$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)
|