We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I build the project, but failed.
henry@ubuntu:~/CProject/munkres-cpp/build$ make install [100%] Built target munkres Install the project... -- Install configuration: "" -- Installing: /usr/local/lib/libmunkres.a CMake Error at cmake_install.cmake:41 (file): file INSTALL cannot copy file "/home/henry/CProject/munkres-cpp/build/libmunkres.a" to "/usr/local/lib/libmunkres.a". Makefile:85: recipe for target 'install' failed make: *** [install] Error 1 henry@ubuntu:~/CProject/munkres-cpp/build$
The text was updated successfully, but these errors were encountered:
Hello @HenryBao91,
Does the henry user have a write access for /usr/local/lib folder? Have you tried sudo make install?
henry
/usr/local/lib
sudo make install
Sorry, something went wrong.
add missed self-assignment check
ef2779f
A copy assignment operator must prevent that self-copy assignment ruins the object state. Issue: saebyn#28 Signed-off-by: Gluttton <[email protected]>
97fc5aa
No branches or pull requests
I build the project, but failed.
The text was updated successfully, but these errors were encountered: