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

cmake errors #61

Closed
alecjacobson opened this issue Aug 16, 2020 · 2 comments
Closed

cmake errors #61

alecjacobson opened this issue Aug 16, 2020 · 2 comments

Comments

@alecjacobson
Copy link

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)
@alecjacobson
Copy link
Author

FWIW, starting over and issuing:

git clone -recursive https://github.com/fletcher/MultiMarkdown-5
cd MultiMarkdown-5/
make deprecated

appears to have worked.

@fletcher
Copy link
Owner

Make sure to follow the instructions in the README. ;)

And FYI -- MultiMarkdown-5 is deprecated:

https://github.com/fletcher/MultiMarkdown-6

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