mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2024-11-10 02:31:48 +00:00
Remove CMAKE_DISABLE_IN_SOURCE_BUILD
This commit is contained in:
parent
08b190ff7e
commit
7dc310ad85
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user