Commit d10de8bd8dff0ebbb7d6684f5a7b9d3e1ec04667

Carlos Martín Nieto 2013-08-12T12:07:33

CMake: finding libssh2 should be idempotent With the current code, running 'cmake .' in an already-configured directory causes the removal of ssh flags passed to the compiler, making it impossible to build with ssh support but by removing CMake's cache. Remove the check for LIBSSH2_LIBRARY and let CMake do the right thing wrt finding the library.