From b054e93f0e240e5525966c33e881d47a15e7556a Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Sat, 29 Jan 2022 17:31:37 +0100 Subject: [PATCH] build system: removed the in-source build check --- CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b7ad46464..9f1439769 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,14 +4,6 @@ cmake_minimum_required(VERSION 3.12.4) -# -# Building in-tree is not allowed (we take care of your craziness). -# - -if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR}) - message(FATAL_ERROR "Prevented in-tree built. Please create a build directory outside of the source code and call cmake from there. Thank you.") -endif() - # # Read project version #