From d475fbb9998fcd987ff4ecbe76dc036a867a6ff0 Mon Sep 17 00:00:00 2001 From: Johannes Schneider Date: Fri, 28 May 2021 02:12:29 +0200 Subject: [PATCH] Do not set CMAKE_RUNTIME_OUTPUT_DIRECTORY --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index da7e883..c84ce9d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,9 +6,6 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON) find_package(Vulkan REQUIRED) -# Put binaries into bin folder -set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR}/bin) - # VulkanMemoryAllocator contains an example application and VmaReplay which are not build by default option(VMA_BUILD_EXAMPLE_APP "Build VulkanMemoryAllocator example application" OFF) option(VMA_BUILD_EXAMPLE_APP_SHADERS "Build VulkanMemoryAllocator example application's shaders" OFF)