I apologize for not responding before. I have been busy and I am having hard time catching up with the mailing list.<br><br><div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
In the cache initialization file for cmake I'd like to provide the source<br>directory for an external module as a relative path so that the<br>initialization file is somewhat portable. I've tried the obvious such as a<br>
path relative to the cache initialization file itself with no success. Is<br>there a way to do this?</blockquote><div><br>I do not think so but my cmake knowledge is limited. I would guess that cmake requires full path. <br>
</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">The same question arises in the remote module's GUI XML file where it gives<br>the path to the corresponding server manager XML file.
</blockquote><div><br><br>This is possible. Something like this works:<br><br>&nbsp;&lt;ServerManagerFile name=&quot;foobar/modules.pvsm&quot;/&gt;<br><br></div><br>-Berk<br></div><br>