فهرست منبع

build system: removed the in-source build check

Michele Caini 4 سال پیش
والد
کامیت
b054e93f0e
1فایلهای تغییر یافته به همراه0 افزوده شده و 8 حذف شده
  1. 0 8
      CMakeLists.txt

+ 0 - 8
CMakeLists.txt

@@ -4,14 +4,6 @@
 
 
 cmake_minimum_required(VERSION 3.12.4)
 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
 # Read project version
 #
 #