Skip to content
Snippets Groups Projects
Verified Commit 1eb3389f authored by Tobias Frisch's avatar Tobias Frisch
Browse files

Fix missed variable in cmake

parent df206a6e
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ if (WIN32)
else()
find_program(wine_program "wine")
if (EXISTS ${xxd_program})
if (EXISTS ${wine_program})
set(vkcv_upscaling_fsr2_override OFF)
endif()
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment