CMake Error after switching from svn to github
Everything was working until the switch to github. I'm sure its a step I missed somewhere. I've cleared the cache in CMake, changed the directories.
These are the errors I see when I configure and generate:
CMake Error at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (message):
Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
Call Stack (most recent call first):
C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:291 (_FPHSA_FAILURE_MESSAGE)
C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/FindZLIB.cmake:85 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:137 (FIND_PACKAGE)
Currently on winxp. compiling with vs2010. perl 5.12 (I believe), zlib. any suggestions and a smack up side the head appreciated.
Thank you
|