Hi,<br>I am quite new to cmake but I am trying to move all my Fortran projects from standard <br>Makefile to cmake.<br clear="all">Currently I am facing the following problem.<br>I have a file xx.f90 which use a module declared in file 
yy.f90;<br>yy.f90 is not in the same directory as xx.f90.<br>The directory tree is like follows:<br>/project<br>/project/src/xx.f90<br>/project/lib/yy.f90<br><br>I build first yy.f90, and then xx.f90, however when compiling 
xx.f90 <br>it complains that there are no rules to build yy.mod.proxy.<br>How can I tell cmake that the module has already been build and it<br>must not look for that dependency?<br><br>Thanks,<br>Lello.<br><br><br>-- <br>
Raffaele Borrelli