diff options
| author | 2018-08-08 11:59:14 -0400 | |
|---|---|---|
| committer | 2018-08-08 11:59:14 -0400 | |
| commit | 6a2f41529859635d605459dc8a3b5b3ecbe8475d (patch) | |
| tree | 05ff0a1b74889fe9067bf2be3da33c04683a9470 | |
| parent | Merge pull request #958 from lioncash/nv-global (diff) | |
| parent | externals/CMakeLists: Add EXCLUDE_FROM_ALL to lz4's add_subdirectory() command (diff) | |
| download | yuzu-6a2f41529859635d605459dc8a3b5b3ecbe8475d.tar.gz yuzu-6a2f41529859635d605459dc8a3b5b3ecbe8475d.tar.xz yuzu-6a2f41529859635d605459dc8a3b5b3ecbe8475d.zip | |
Merge pull request #969 from lioncash/lz4
externals/CMakeLists: Add EXCLUDE_FROM_ALL to lz4's add_subdirectory() command
| -rw-r--r-- | externals/CMakeLists.txt | 2 |
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) | |||
| 32 | 32 | ||
| 33 | # lz4 | 33 | # lz4 |
| 34 | set(LZ4_BUNDLED_MODE ON) | 34 | set(LZ4_BUNDLED_MODE ON) |
| 35 | add_subdirectory(lz4/contrib/cmake_unofficial) | 35 | add_subdirectory(lz4/contrib/cmake_unofficial EXCLUDE_FROM_ALL) |
| 36 | target_include_directories(lz4_static INTERFACE ./lz4/lib) | 36 | target_include_directories(lz4_static INTERFACE ./lz4/lib) |
| 37 | 37 | ||
| 38 | # mbedtls | 38 | # mbedtls |