I use cmake to create makefiles for a C++ project. One of the target links is just called 'z':
TARGET_LINK_LIBRARIES(z ... When I try to compile the code (Visual Studio 2008) I get: LINK : fatal error LNK1104: cannot open file 'z.lib' I have tried to download zlib for windows and point to the zlib .lib files from VS 2008 but that is not what it want. What is 'z'?
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake