fips icon indicating copy to clipboard operation
fips copied to clipboard

Renaming the git checkout of a fips-driven project directory will render the run unusable

Open mgerhardy opened this issue 10 years ago • 1 comments

E.g.

git clone git://foo/fancyname

CMakeLists.txt creates fips project called fancyname

mv fancyname nameisfancy
./fips run fancyname

^^ doesn't work anymore.

Is that intended? Imo it makes my own preferred directory structure a little bit inflexible. Building and so on still works as intended and puts the binary into the proper location.

mgerhardy avatar Jan 28 '15 14:01 mgerhardy

Hmm yes currently the 'project name', directory name and github project name must all be the same. I'm actually surprised that run is the only thing that's broken, need to experiment around with this a bit....

floooh avatar Jan 28 '15 18:01 floooh