FIND_XXX_ORDER.txt 446 B

123456789101112
  1. The default search order is designed to be most-specific to
  2. least-specific for common use cases.
  3. Projects may override the order by simply calling the command
  4. multiple times and using the ``NO_*`` options:
  5. .. parsed-literal::
  6. |FIND_XXX| (|FIND_ARGS_XXX| PATHS paths... NO_DEFAULT_PATH)
  7. |FIND_XXX| (|FIND_ARGS_XXX|)
  8. Once one of the calls succeeds the result variable will be set
  9. and stored in the cache so that no call will search again.