Skip to content

Commit 5902e14

Browse files
committed
Fix using system zlib library
1 parent 9775d35 commit 5902e14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmakemodules/script_zlib.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ else()
1313
set(MRPT_ZLIB_LIBS ${ZLIB_LIBRARIES}) # APPEND_MRPT_LIBS(z)
1414

1515
set(CMAKE_MRPT_HAS_ZLIB_SYSTEM 1)
16-
set(CMAKE_MRPT_HAS_ZLIB_SYSTEM_IS_WX 1)
16+
set(CMAKE_MRPT_HAS_ZLIB_SYSTEM_IS_WX 0)
1717
else()
1818
# If we are using wxWidgets we dont need this... for now check if this is MinGW on Windows...
1919
if (WIN32 AND CMAKE_MRPT_HAS_WXWIDGETS)

0 commit comments

Comments
 (0)