Re: Linking problem with compression functions

Posted by chris86 on
URL: http://official-rtab-map-forum.206.s1.nabble.com/Linking-problem-with-compression-functions-tp1809p1817.html

Thank you for the hint.
I add MESSAGE(STATUS "ZLIB_LIBRARIES=${ZLIB_LIBRARIES}") at the end of the cmakefile of the rtabmap.

Output:
ZLIB_LIBRARIES=optimized;[...]/zlib-1.2.8/Release;debug;[...]/zlib-1.2.8/Debug
Configuring done

It seems to bee ok!?