From ce57bb35f1b5a001f065f848dc873b28cf5c665e Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Thu, 3 Apr 2025 17:22:40 +0200 Subject: [PATCH] Testing CI (7) --- src/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c062d67..b0ac104 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -20,11 +20,6 @@ # THE SOFTWARE. # -if (NOT WIN32) - message(STATUS "VmaSample application is only supported on Windows") - return() -endif() - option(VMA_STATIC_VULKAN_FUNCTIONS "Link statically with Vulkan API" ON) option(VMA_DYNAMIC_VULKAN_FUNCTIONS "Fetch pointers to Vulkan functions internally (no static linking)" OFF) option(VMA_DEBUG_ALWAYS_DEDICATED_MEMORY "Every allocation will have its own memory block" OFF)