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

missing CMakeLists are blocking my build #22

Closed
themaddoctor opened this issue Jan 11, 2018 · 3 comments
Closed

missing CMakeLists are blocking my build #22

themaddoctor opened this issue Jan 11, 2018 · 3 comments

Comments

@themaddoctor
Copy link

CMake Error at CMakeLists.txt:60 (add_subdirectory):
The source directory

/building/graphics/tifig-0.2.1/lib/heif

does not contain a CMakeLists.txt file.

CMake Error at CMakeLists.txt:61 (add_subdirectory):
The source directory

/building/graphics/tifig-0.2.1/lib/cxxopts

does not contain a CMakeLists.txt file.

-- Configuring incomplete, errors occurred!

@themaddoctor
Copy link
Author

Actually, now that I look at it, lib/heif is completely empty.
It's from the source tarball 0.2.1 of december 10

@Flask
Copy link
Contributor

Flask commented Jan 11, 2018

@themaddoctor the tarball which github creates on a release does not contain the submodules.. better clone the repository than run git submodules update --init

@themaddoctor
Copy link
Author

Lack of sleep is my problem. Sorted now. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants