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

Release tarballs missing libshared #53

Open
vrusinov opened this issue Jun 27, 2019 · 0 comments
Open

Release tarballs missing libshared #53

vrusinov opened this issue Jun 27, 2019 · 0 comments

Comments

@vrusinov
Copy link

Steps to reproduce:

  1. Download tarball from either taskwarrior.org (https://taskwarrior.org/download/tasksh-1.2.0.tar.gz) or from github releases tab.
  2. tar xzf tasksh-1.2.0.tar.gz; cd tasksh-1.2.0; cmake .

Expected result:

cmake works

Actual result:

CMake Error at src/CMakeLists.txt:26 (add_library):
  Cannot find source file:

    libshared/src/Color.cpp

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
  .hpp .hxx .in .txx

It appears that libshared is not included in either download (likely because it's a submodule).

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

1 participant