JeffersonLab / japan

Just Another Parity ANalyzer
7 stars 13 forks source link

CMakeGitInfo does not run properly from downloaded zip file #320

Open paulmking opened 3 years ago

paulmking commented 3 years ago

Environment: (where does this bug occur, have you tried other environments)

Steps to reproduce: (give a step by step account of how to trigger the bug)

  1. Create a build directory in a copy of japan from the zip file
  2. execute "cmake .."

Expected Result: (what do you expect when you execute the steps above)

The gitinfo.cc file will be generated in the build directory

Actual Result: (what do you get when you execute the steps above)

The gitinfo.cc file is not generated.