From a69cd0fb4eb20cc5e53bbb828e2801d20a92edca Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Thu, 14 Apr 2022 12:03:30 +0200 Subject: [PATCH] Allow in source builds Contributes to CURA-8640 --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c003ee9..3eb15437 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,6 @@ project(arcus) cmake_minimum_required(VERSION 3.20) include(cmake/StandardProjectSettings.cmake) -assure_out_of_source_builds() include(CMakePackageConfigHelpers) include(GenerateExportHeader)