mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 04:10:06 +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)
|
project(VulkanMemoryAllocator)
|
||||||
|
|
||||||
set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
|
|
||||||
|
|
||||||
find_package(Vulkan REQUIRED)
|
find_package(Vulkan REQUIRED)
|
||||||
|
|
||||||
# VulkanMemoryAllocator contains an example application and VmaReplay which are not build by default
|
# VulkanMemoryAllocator contains an example application and VmaReplay which are not build by default
|
||||||
|
Loading…
Reference in New Issue
Block a user