From 7dc310ad8561c3b2670089d9382a886ab19fc24f Mon Sep 17 00:00:00 2001 From: Johannes Schneider Date: Mon, 31 May 2021 23:07:59 +0200 Subject: [PATCH] Remove CMAKE_DISABLE_IN_SOURCE_BUILD --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c84ce9d..c668e34 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 3.9) project(VulkanMemoryAllocator) -set(CMAKE_DISABLE_IN_SOURCE_BUILD ON) - find_package(Vulkan REQUIRED) # VulkanMemoryAllocator contains an example application and VmaReplay which are not build by default