summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Morph2021-09-28 21:51:53 -0400
committerGravatar Morph2021-09-29 01:24:21 -0400
commit839547dc90b360a30e2c838220b10d22f736dbd9 (patch)
tree0ddb21d20fb37f7dd33c551aef3a80119ae06255 /src
parentsettings: Remove BCAT settings (diff)
downloadyuzu-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.txt4
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)
291endif () 291endif ()
292 292
293if (YUZU_ENABLE_BOXCAT)
294 target_compile_definitions(yuzu PRIVATE -DYUZU_ENABLE_BOXCAT)
295endif ()
296
297if(UNIX AND NOT APPLE) 293if(UNIX AND NOT APPLE)
298 install(TARGETS yuzu RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin") 294 install(TARGETS yuzu RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")
299endif() 295endif()