Quellcode durchsuchen

build system: removed the in-source build check

Michele Caini vor 4 Jahren
Ursprung
Commit
b054e93f0e
1 geänderte Dateien mit 0 neuen und 8 gelöschten Zeilen
  1. 0 8
      CMakeLists.txt

+ 0 - 8
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
 #