On 10/29/2014 04:27 PM, Jameson Merkow wrote: > I am working on adding libssh2 support into cmake
Great! > change for libssh2_free to libssh2_free2 in ssh.c Try building against a system-installed curl by enabling CMAKE_USE_SYSTEM_CURL. That should be much more recent than the version that comes in CMake and may have fixed some problems. I have been working slowly toward updating the version of curl that comes in our source tree but it is not ready yet. -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
