fips
fips copied to clipboard
Renaming the git checkout of a fips-driven project directory will render the run unusable
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.
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....