summaryrefslogtreecommitdiff
path: root/security/libssh/patches/patch-aa
blob: 16a8c601a68cfa8bb730d393b17ff584780d7277 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- CMakeLists.txt.orig	2013-01-30 11:46:25.000000000 +0000
+++ CMakeLists.txt	2013-01-30 11:45:52.000000000 +0000
@@ -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.")
 
 # add macros
 include(MacroAddPlugin)