<div class="gmail_quote">On Wed, Jan 14, 2009 at 1:20 PM, Andreas Pakulat <span dir="ltr"><<a href="mailto:apaku@gmx.de">apaku@gmx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
If you look at the cmake docs, then you'll find out that nothing in there<br>
states that wildcards are allowed. Hence I'd assume that wildcards are not<br>
supported.<br>
<br>
Also you only need to set one of the two for find_path to use the<br>
directory.</blockquote></div><br>Well if only the CMake documentation was that reliable. There's information that I have found to be inaccurate or missing from the docs.<br><br>For example, the documentation for find_package() no where mentions the variable created for the COMPONENTS parameter. Looking at FindBoost.cmake, it appears to be in the form of <prefix>_FIND_COMPONENTS. Is this correct?<br>