Fix minizip include directory passthrough
This commit is contained in:
parent
6aa291f2e3
commit
6e4cf0f5c4
1 changed files with 1 additions and 1 deletions
2
external/minizip/CMakeLists.txt
vendored
2
external/minizip/CMakeLists.txt
vendored
|
|
@ -30,7 +30,7 @@ elseif (NOT WIN32)
|
||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(external_minizip_bundled SYSTEM
|
target_include_directories(external_minizip_bundled SYSTEM
|
||||||
INTERFACE
|
PUBLIC
|
||||||
${minizip_loc}
|
${minizip_loc}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue