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 issuing on Mac OS 10.15 with cmake 3.18 from https://cmake.org/download/
git clone https://github.com/fletcher/MultiMarkdown-5 cd MultiMarkdown-5/build /Applications/CMake.app/Contents/bin/cmake ../
I get the error
CMake Error at /Applications/CMake.app/Contents/share/cmake-3.18/Modules/CPack.cmake:561 (message): CPack package description file: "/Users/ajx/Repos/MultiMarkdown-5/build/README.html" could not be found. Call Stack (most recent call first): /Applications/CMake.app/Contents/share/cmake-3.18/Modules/CPack.cmake:565 (cpack_check_file_exists) CMakeLists.txt:497 (include) CMake Error at /Applications/CMake.app/Contents/share/cmake-3.18/Modules/CPack.cmake:561 (message): CPack readme resource file: "/Users/ajx/Repos/MultiMarkdown-5/build/README.html" could not be found. Call Stack (most recent call first): /Applications/CMake.app/Contents/share/cmake-3.18/Modules/CPack.cmake:567 (cpack_check_file_exists) CMakeLists.txt:497 (include)
The text was updated successfully, but these errors were encountered:
FWIW, starting over and issuing:
git clone -recursive https://github.com/fletcher/MultiMarkdown-5 cd MultiMarkdown-5/ make deprecated
appears to have worked.
Sorry, something went wrong.
Make sure to follow the instructions in the README. ;)
And FYI -- MultiMarkdown-5 is deprecated:
https://github.com/fletcher/MultiMarkdown-6
No branches or pull requests
After issuing on Mac OS 10.15 with cmake 3.18 from https://cmake.org/download/
I get the error
The text was updated successfully, but these errors were encountered: