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

Getting Not found for tag: #15

Open
muschellij2 opened this issue Jun 23, 2017 · 3 comments
Open

Getting Not found for tag: #15

muschellij2 opened this issue Jun 23, 2017 · 3 comments

Comments

@muschellij2
Copy link
Collaborator

https://travis-ci.org/stnava/ANTsRCore/jobs/246049466

CMake Warning at CMake/ProjectSourceVersion.cmake:54 (message):
  git tag: "-128-NOTFOUND" does not match expected version format!
Call Stack (most recent call first):
  Version.cmake:17 (include)
  ANTS.cmake:16 (include)
  CMakeLists.txt:65 (include)
@stnava
Copy link
Member

stnava commented Jun 23, 2017

can get odd behavior when mixing cmake versions.

@muschellij2
Copy link
Collaborator Author

I've been looking at this and I don't think it's CMake behavior and can cause an ANTsRCore failure. See https://travis-ci.org/muschellij2/ANTsRCore/jobs/602623762#L9224 and if you look at the difference in the repos https://github.com/ANTsX/ANTsRCore/pull/101/files?w=1
, you can see that the only changes were to configure.win and .travis.yml (nothing important), which should not cause this issue (same CMake/compiler/etc).

This seems to have to do with https://github.com/ANTsX/ANTs/blob/master/CMake/ProjectSourceVersion.cmake#L32 , which calls https://github.com/ANTsX/ANTs/blob/master/CMake/GetGitRevisionDescription.cmake. Overall, I'm confused as to twhy this happens at all, but it seems like a real bug.

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