diff options
| author | 2021-05-27 12:51:52 -0400 | |
|---|---|---|
| committer | 2021-05-27 12:51:52 -0400 | |
| commit | f94cb0bdb27775ed16635104076cc4f57605b80f (patch) | |
| tree | d658e6bce64bdb7af4816ee74a3b77f14f6bdf16 /src/input_common/sdl/sdl_impl.cpp | |
| parent | Merge pull request #6366 from lat9nq/bundled-qt-linux (diff) | |
| download | yuzu-f94cb0bdb27775ed16635104076cc4f57605b80f.tar.gz yuzu-f94cb0bdb27775ed16635104076cc4f57605b80f.tar.xz yuzu-f94cb0bdb27775ed16635104076cc4f57605b80f.zip | |
cmake: Fix usage of CMAKE_DEPENDENT_OPTION
CMAKE_DEPENDENT_OPTION takes a value argument, but as a macro function
it will read a variable name as the name and not the value. For
YUZU_USE_BUNDLED_QT, ensure that we are reading the value of MSVC. For
YUZU_ALLOW_SYSTEM_SDL2, CMAKE_DEPENDENT_OPTION is redundant here anyway
as we don't use that path on any toolchain by default.
Diffstat (limited to 'src/input_common/sdl/sdl_impl.cpp')
0 files changed, 0 insertions, 0 deletions