Skip to content

Commit

Permalink
remove DXC required
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirtsu55 committed Oct 24, 2023
1 parent 1fa4d33 commit 550e6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.25)

project("Vulray")

find_package(Vulkan 1.3 REQUIRED COMPONENTS dxc)
find_package(Vulkan 1.3 REQUIRED)


# -------------- Options --------------
Expand Down

0 comments on commit 550e6c9

Please sign in to comment.