From a6fcdea74cfafd84bb5103e0fd82990991e0d970 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Mon, 6 Aug 2018 10:09:26 -0700 Subject: [PATCH] Attempt to address #16 --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5efe9c92abe..ea96b79f1b9 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,6 @@ # ================================================================================================== # CMake # ================================================================================================== -if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR}) - message(FATAL_ERROR "Prevented in-tree build. Create a sub-directory and invoke cmake from there.") -endif() cmake_minimum_required(VERSION 3.1) if (WIN32)