Skip to content

Commit

Permalink
Disable Slang by default
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark committed Aug 4, 2024
1 parent 74e7db4 commit eae9f9f
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 @@ -21,7 +21,7 @@ option(LVK_WITH_WAYLAND "Enable Wayland" OFF
option(LVK_WITH_IMPLOT "Enable ImPlot" ON)
option(LVK_WITH_OPENXR "Enable OpenXR" OFF)
option(LVK_WITH_ANDROID_VALIDATION "Enable validation layers on Android" ON)
option(LVK_WITH_SLANG "Enable Slang compiler" ON)
option(LVK_WITH_SLANG "Enable Slang compiler" OFF)

cmake_dependent_option(LVK_WITH_VULKAN_PORTABILITY "Enable portability extension" ON "APPLE" OFF)

Expand Down

0 comments on commit eae9f9f

Please sign in to comment.