← Back to team overview

yade-dev team mailing list archive

Re: yade --check

 

2013/6/25 Klaus Thoeni <klaus.thoeni@xxxxxxxxx>:
> Ok, now it's running as well on my machine. So, if I understand it right you
> have to "touch CMakeLists.txt" when you add new files, right? So it's not
> enough to delete your build and install directory.

Yes. cmake takes files recursively from the directory [1], so it needs to be
"touched" to regenerate the list.

The second option is to list files explicitly. I do not think, it is better.

[1] https://github.com/yade/trunk/blob/master/CMakeLists.txt#L386

Anton


References