Remove CMAKE_DISABLE_IN_SOURCE_BUILD

This commit is contained in:
Johannes Schneider 2021-05-31 23:07:59 +02:00
parent 08b190ff7e
commit 7dc310ad85
No known key found for this signature in database
GPG Key ID: 630166982479CCF3

View File

@ -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