Skip to content

Commit

Permalink
[cmake] Attempt to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmNotHanni committed Jul 14, 2024
1 parent 832a7ec commit f74e619
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ FetchContent_MakeAvailable(toml)
FetchContent_MakeAvailable(vma)
FetchContent_MakeAvailable(volk)

if (WIN32)
set(VOLK_STATIC_DEFINES VK_USE_PLATFORM_WIN32_KHR)
endif()

target_link_libraries(inexor-vulkan-renderer
PUBLIC
fmt::fmt
Expand All @@ -152,6 +148,6 @@ target_link_libraries(inexor-vulkan-renderer
spdlog::spdlog
tinygltf
toml11::toml11
volk::volk
volk_headers
Vulkan::Headers
VulkanMemoryAllocator)

0 comments on commit f74e619

Please sign in to comment.