1
0
Fork 0

Fix minizip include directory passthrough

This commit is contained in:
Ilya Fedin 2020-05-02 10:06:41 +04:00 committed by John Preston
parent 6aa291f2e3
commit 6e4cf0f5c4

View file

@ -30,7 +30,7 @@ elseif (NOT WIN32)
)
target_include_directories(external_minizip_bundled SYSTEM
INTERFACE
PUBLIC
${minizip_loc}
)