aboutsummaryrefslogtreecommitdiff
path: root/README-cmake.md
diff options
context:
space:
mode:
Diffstat (limited to 'README-cmake.md')
-rw-r--r--README-cmake.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README-cmake.md b/README-cmake.md
index c81c242c..5f276415 100644
--- a/README-cmake.md
+++ b/README-cmake.md
@@ -25,8 +25,6 @@ If this option is turned on, additional options are available from minizip (see
25 25
26 ZLIB_PREFIX=OFF -- prefix for all types and library functions, see zconf.h.in 26 ZLIB_PREFIX=OFF -- prefix for all types and library functions, see zconf.h.in
27 27
28 ZLIB_INSTALL_COMPAT_DLL=ON -- Install a copy as zlib1.dll
29
30This option is only on windows available and may/will be turned off and removed somewhen in the future. 28This option is only on windows available and may/will be turned off and removed somewhen in the future.
31If you rely cmake for finding and using zlib, this can be turned off, as `zlib1.dll` will never be used. 29If you rely cmake for finding and using zlib, this can be turned off, as `zlib1.dll` will never be used.
32 30
@@ -44,8 +42,6 @@ A usable installation of bzip2 is needed or config will fail. Turn this option o
44 42
45 MINIZIP_INSTALL=ON -- Enable installation of minizip 43 MINIZIP_INSTALL=ON -- Enable installation of minizip
46 44
47 MINIZIP_INSTALL_COMPAT_DLL=ON -- Install a copy as libminizip-1.dll
48
49This option is only available on mingw as they tend to name this lib different. Maybe this will also be 45This option is only available on mingw as they tend to name this lib different. Maybe this will also be
50removed in the future as. If you rely cmake for finding and using zlib, this can be turned off, as 46removed in the future as. If you rely cmake for finding and using zlib, this can be turned off, as
51the other file will never be used. 47the other file will never be used.