Skip to content
Snippets Groups Projects
Commit 5c749a68 authored by Bertrand Bellenot's avatar Bertrand Bellenot Committed by Guilherme Amadio
Browse files

Always use the built-in headers when builtin_zlib option is ON (not only on Windows)

parent 1fb231cd
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ Set(ZipOldSource
# Depending on the system either the old and the new
# or only the old compression is build
if(MSVC AND builtin_zlib)
if(builtin_zlib)
set(ZLIB_HEADERS ${ZipNewHeaders} ${ZipOldHeaders})
else()
set(ZLIB_HEADERS ${ZipOldHeaders})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment