Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot specify link libraries for target "ssh-shell" which is not built by this project. #15

Closed
va771 opened this issue Oct 16, 2023 · 1 comment

Comments

@va771
Copy link

va771 commented Oct 16, 2023

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 :)

@meteoricfarm
Copy link

use the command 'qmake ../qssh.pro' instead of 'cmake ..'

@va771 va771 closed this as completed Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants