Skip to content

Commit ce57bb3

Browse files
Testing CI (7)
1 parent bb7c91b commit ce57bb3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@
2020
# THE SOFTWARE.
2121
#
2222

23-
if (NOT WIN32)
24-
message(STATUS "VmaSample application is only supported on Windows")
25-
return()
26-
endif()
27-
2823
option(VMA_STATIC_VULKAN_FUNCTIONS "Link statically with Vulkan API" ON)
2924
option(VMA_DYNAMIC_VULKAN_FUNCTIONS "Fetch pointers to Vulkan functions internally (no static linking)" OFF)
3025
option(VMA_DEBUG_ALWAYS_DEDICATED_MEMORY "Every allocation will have its own memory block" OFF)

0 commit comments

Comments
 (0)