Hi all,<br><br><br>I'm trying to do the following:<br><br>file(GLOB PLUGINS plugins/*)<br><br>This returns all the absolute paths to the plugins. Which is fine.<br><br>But, when I try:<br><br>file(GLOB PLUGINS RELATIVE plugins/*)<br>
<br>It gives me an error about "file GLOB requires a glob expression after the directory"<br><br><br>Is this a bug in CMake? Or is it something I am interpreting wrong?<br><br><br>Thanks,<br>Steven<br><br>