meta-tizen: Update according to the actual Q1 tizen common release
[scm/bb/tizen-distro.git] / meta-tizen / meta-tizen-common-base / recipes-core / libwbxml2 / files / 0001-Deactivate-out-of-sourcebuild.patch
1 From a92e5f671cef4b144d423633f2cb62c4d587eb02 Mon Sep 17 00:00:00 2001
2 From: Xavier Roche <xavrock.os@gmail.com>
3 Date: Thu, 19 Feb 2015 16:33:53 +0100
4 Subject: [PATCH] Deactivate out-of-source build
5
6 Signed-off-by: Xavier Roche <xavrock.os@gmail.com>
7 ---
8  CMakeLists.txt | 4 ++--
9  1 file changed, 2 insertions(+), 2 deletions(-)
10
11 diff --git a/CMakeLists.txt b/CMakeLists.txt
12 index 96bbf63..aed30e0 100644
13 --- a/CMakeLists.txt
14 +++ b/CMakeLists.txt
15 @@ -72,8 +72,8 @@ CHECK_INCLUDE_FILES( stdarg.h HAVE_STDARG_H )
16  CHECK_INCLUDE_FILES( assert.h HAVE_ASSERT_H )
17  
18  # ensure out od source build
19 -INCLUDE( MacroEnsureOutOfSourceBuild )
20 -MACRO_ENSURE_OUT_OF_SOURCE_BUILD("${CMAKE_PROJECT_NAME} doesn't allow to build within the source directory. Please, create a seperate build directory and run 'cmake ${PROJECT_SOURCE_DIR} [options]'!")
21 +#INCLUDE( MacroEnsureOutOfSourceBuild )
22 +#MACRO_ENSURE_OUT_OF_SOURCE_BUILD("${CMAKE_PROJECT_NAME} doesn't allow to build within the source directory. Please, create a seperate build directory and run 'cmake ${PROJECT_SOURCE_DIR} [options]'!")
23  
24  # FIXME: popt is embedded into the source code
25  # popt is not used
26 -- 
27 1.9.1
28