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
After cloning a fresh repository and attempting to compile it, I recieve a following output:
-- Configuring done CMake Error at CMakeLists.txt:41 (add_executable): Cannot find source file: 3rdparty/p7zip/CPP/Common/MyWindows.cpp Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx CMake Error at CMakeLists.txt:41 (add_executable): No SOURCES given to target: fuse3-p7zip CMake Generate step failed. Build files cannot be regenerated correctly.
-- Configuring done CMake Error at CMakeLists.txt:41 (add_executable): Cannot find source file:
3rdparty/p7zip/CPP/Common/MyWindows.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
CMake Error at CMakeLists.txt:41 (add_executable): No SOURCES given to target: fuse3-p7zip
CMake Generate step failed. Build files cannot be regenerated correctly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After cloning a fresh repository and attempting to compile it, I recieve a following output:
The text was updated successfully, but these errors were encountered: