Glob search order should be "specified" #81
Labels
bug
The issue represents a problem with the specification in its current form.
need discussion
Resolution of this issue should be discussed within the wider community before resolving.
Currently, Package Searching gives a list of paths and specifies the order in which each item should be searched. However, some items involve globs. We should document the order in which matching globs are searched, even if that order is "unspecified" or "implementation defined".
Note that CMake appears to use
CMAKE_FIND_PACKAGE_SORT_ORDER
andCMAKE_FIND_PACKAGE_SORT_DIRECTION
to control this order; it would be helpful for CMake's implementation if whatever we specify is compatible with this.The text was updated successfully, but these errors were encountered: