summaryrefslogtreecommitdiffstats
path: root/externals
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-08 00:40:49 +0200
committerLioncash <mathew1800@gmail.com>2018-08-08 00:40:52 +0200
commite530f82dd384d99aa2523721a673ea8fd7351583 (patch)
treebbde0b36bcf509f321bea10b8fd9d4dc568defa2 /externals
parentMerge pull request #920 from DarkLordZach/titlekey (diff)
downloadyuzu-e530f82dd384d99aa2523721a673ea8fd7351583.tar
yuzu-e530f82dd384d99aa2523721a673ea8fd7351583.tar.gz
yuzu-e530f82dd384d99aa2523721a673ea8fd7351583.tar.bz2
yuzu-e530f82dd384d99aa2523721a673ea8fd7351583.tar.lz
yuzu-e530f82dd384d99aa2523721a673ea8fd7351583.tar.xz
yuzu-e530f82dd384d99aa2523721a673ea8fd7351583.tar.zst
yuzu-e530f82dd384d99aa2523721a673ea8fd7351583.zip
Diffstat (limited to 'externals')
-rw-r--r--externals/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt
index db21f3d50..b6eb36f20 100644
--- a/externals/CMakeLists.txt
+++ b/externals/CMakeLists.txt
@@ -32,7 +32,7 @@ add_subdirectory(inih)
# lz4
set(LZ4_BUNDLED_MODE ON)
-add_subdirectory(lz4/contrib/cmake_unofficial)
+add_subdirectory(lz4/contrib/cmake_unofficial EXCLUDE_FROM_ALL)
target_include_directories(lz4_static INTERFACE ./lz4/lib)
# mbedtls