summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar Lioncash2019-10-29 16:42:41 -0400
committerGravatar Lioncash2019-10-29 16:58:23 -0400
commitc2486f77e4ba78ba58e9894b1f6f07dd29798331 (patch)
treed2c99090a0e964327e8df57648a20c916ddea891 /.gitmodules
parentMerge pull request #3023 from lioncash/opus (diff)
downloadyuzu-c2486f77e4ba78ba58e9894b1f6f07dd29798331.tar.gz
yuzu-c2486f77e4ba78ba58e9894b1f6f07dd29798331.tar.xz
yuzu-c2486f77e4ba78ba58e9894b1f6f07dd29798331.zip
externals: Amend zlib submodule
Supplies CMakeLists.txt file that avoids pulling in zlib's tests into the tree. This avoids needing to explicitly opt these tests out from ctest.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index ee0dc6c19..c60628f4b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -50,5 +50,5 @@
50 path = externals/libzip 50 path = externals/libzip
51 url = https://github.com/DarkLordZach/libzip 51 url = https://github.com/DarkLordZach/libzip
52[submodule "zlib"] 52[submodule "zlib"]
53 path = externals/zlib 53 path = externals/zlib/zlib
54 url = https://github.com/madler/zlib 54 url = https://github.com/madler/zlib.git