LibVNC / libvncserver

LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
GNU General Public License v2.0
1.08k stars 483 forks source link

[Question]By not providing "FindLibSSH2.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "LibSSH2", but CMake did not find one. #539

Closed JivinDotL closed 1 year ago

JivinDotL commented 1 year ago

How to solve the following problems?

CMake Warning at CMakeLists.txt:139 (find_package): By not providing "FindLibSSH2.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "LibSSH2", but CMake did not find one.

Could not find a package configuration file provided by "LibSSH2" with any of the following names:

LibSSH2Config.cmake
libssh2-config.cmake

Add the installation prefix of "LibSSH2" to CMAKE_PREFIX_PATH or set "LibSSH2_DIR" to a directory containing one of the above files. If "LibSSH2" provides a separate development package or SDK, be sure it has been installed.

bk138 commented 1 year ago

Please tell us something about your LibVNCServer version and environment.

JivinDotL commented 1 year ago

I just git clone the last.

commit 0121f6d35fd433d0c2dae22ee8689637f9b40fc8 (HEAD -> master, origin/master, origin/HEAD)

bk138 commented 1 year ago

Yeah seems the file was forgotten, I'll have a look

JivinDotL commented 1 year ago

Thank you for your quick reply. @bk138

bk138 commented 1 year ago

89a03f014f7517094d04442632f7896e1d06e606 apparently missed it :-/