diff options
| author | 2021-09-28 21:51:53 -0400 | |
|---|---|---|
| committer | 2021-09-29 01:24:21 -0400 | |
| commit | 839547dc90b360a30e2c838220b10d22f736dbd9 (patch) | |
| tree | 0ddb21d20fb37f7dd33c551aef3a80119ae06255 /src | |
| parent | settings: Remove BCAT settings (diff) | |
| download | yuzu-839547dc90b360a30e2c838220b10d22f736dbd9.tar.gz yuzu-839547dc90b360a30e2c838220b10d22f736dbd9.tar.xz yuzu-839547dc90b360a30e2c838220b10d22f736dbd9.zip | |
CMakeLists: Remove BoxCat build option
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt index b6dda283d..402be6a78 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt | |||
| @@ -290,10 +290,6 @@ if (YUZU_USE_QT_WEB_ENGINE) | |||
| 290 | target_compile_definitions(yuzu PRIVATE -DYUZU_USE_QT_WEB_ENGINE) | 290 | target_compile_definitions(yuzu PRIVATE -DYUZU_USE_QT_WEB_ENGINE) |
| 291 | endif () | 291 | endif () |
| 292 | 292 | ||
| 293 | if (YUZU_ENABLE_BOXCAT) | ||
| 294 | target_compile_definitions(yuzu PRIVATE -DYUZU_ENABLE_BOXCAT) | ||
| 295 | endif () | ||
| 296 | |||
| 297 | if(UNIX AND NOT APPLE) | 293 | if(UNIX AND NOT APPLE) |
| 298 | install(TARGETS yuzu RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin") | 294 | install(TARGETS yuzu RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin") |
| 299 | endif() | 295 | endif() |