aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-09-28 21:51:53 -0400
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-09-29 01:24:21 -0400
commit839547dc90b360a30e2c838220b10d22f736dbd9 (patch)
tree0ddb21d20fb37f7dd33c551aef3a80119ae06255 /src
parent8af9f3216eb270e8e5faffabd2ee6501d3dc89d7 (diff)
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 b6dda283d1..402be6a784 100644
--- a/src/yuzu/CMakeLists.txt
+++ b/src/yuzu/CMakeLists.txt
@@ -290,10 +290,6 @@ if (YUZU_USE_QT_WEB_ENGINE)
target_compile_definitions(yuzu PRIVATE -DYUZU_USE_QT_WEB_ENGINE)
endif ()
-if (YUZU_ENABLE_BOXCAT)
- target_compile_definitions(yuzu PRIVATE -DYUZU_ENABLE_BOXCAT)
-endif ()
-
if(UNIX AND NOT APPLE)
install(TARGETS yuzu RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")
endif()