diff options
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a31fb5793..09fe9bcd3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -216,7 +216,7 @@ if (YUZU_USE_BUNDLED_UNICORN) | |||
| 216 | set(LIBUNICORN_LIBRARY "${UNICORN_PREFIX}/lib/x64/unicorn_dynload.lib" CACHE PATH "Path to Unicorn library") | 216 | set(LIBUNICORN_LIBRARY "${UNICORN_PREFIX}/lib/x64/unicorn_dynload.lib" CACHE PATH "Path to Unicorn library") |
| 217 | set(UNICORN_DLL_DIR "${UNICORN_PREFIX}/lib/x64/" CACHE PATH "Path to unicorn.dll") | 217 | set(UNICORN_DLL_DIR "${UNICORN_PREFIX}/lib/x64/" CACHE PATH "Path to unicorn.dll") |
| 218 | else() | 218 | else() |
| 219 | find_package(unicorn REQUIRED) | 219 | find_package(Unicorn REQUIRED) |
| 220 | endif() | 220 | endif() |
| 221 | 221 | ||
| 222 | if (UNICORN_FOUND) | 222 | if (UNICORN_FOUND) |