Skip to content

Commit 2cfe4de

Browse files
committed
Fix Windows zlib include path escaping
1 parent 49363ad commit 2cfe4de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/cmake/genout.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ set(PNG_PREFIX "@PNG_PREFIX@")
2626
set(PNGLIB_MAJOR "@PNGLIB_MAJOR@")
2727
set(PNGLIB_MINOR "@PNGLIB_MINOR@")
2828
set(PNGLIB_VERSION "@PNGLIB_VERSION@")
29-
set(ZLIBINCDIR "@ZLIB_INCLUDE_DIRS@")
29+
set(ZLIBINCDIR [===[@ZLIB_INCLUDE_DIRS@]===])
3030

3131
set(PLATFORM_C_FLAGS)
3232
if(APPLE)

0 commit comments

Comments
 (0)