You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake throws error while build: CMake Error at examples/ssh-shell/CMakeLists.txt:4 (target_link_libraries): Cannot specify link libraries for target "ssh-shell" which is not built by this project.
There is a typo in examples/ssh-shell/CMakeLists.txt add_executable(ssh-hell argumentscollector.cpp main.cpp shell.cpp) ssh-shell should be :)
The text was updated successfully, but these errors were encountered:
CMake throws error while build:
CMake Error at examples/ssh-shell/CMakeLists.txt:4 (target_link_libraries): Cannot specify link libraries for target "ssh-shell" which is not built by this project.
There is a typo in examples/ssh-shell/CMakeLists.txt
add_executable(ssh-hell argumentscollector.cpp main.cpp shell.cpp)
ssh-shell should be :)
The text was updated successfully, but these errors were encountered: