We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9775d35 commit 5902e14Copy full SHA for 5902e14
1 file changed
cmakemodules/script_zlib.cmake
@@ -13,7 +13,7 @@ else()
13
set(MRPT_ZLIB_LIBS ${ZLIB_LIBRARIES}) # APPEND_MRPT_LIBS(z)
14
15
set(CMAKE_MRPT_HAS_ZLIB_SYSTEM 1)
16
- set(CMAKE_MRPT_HAS_ZLIB_SYSTEM_IS_WX 1)
+ set(CMAKE_MRPT_HAS_ZLIB_SYSTEM_IS_WX 0)
17
else()
18
# If we are using wxWidgets we dont need this... for now check if this is MinGW on Windows...
19
if (WIN32 AND CMAKE_MRPT_HAS_WXWIDGETS)
0 commit comments