FIND_XXX_MAC.txt 792 B

123456789101112131415161718192021222324
  1. On Darwin or systems supporting OS X Frameworks, the cmake variable
  2. CMAKE_FIND_FRAMEWORK can be set to empty or one of the following:
  3. * FIRST: Try to find frameworks before standard libraries or headers.
  4. This is the default on Darwin.
  5. * LAST: Try to find frameworks after standard libraries or headers.
  6. * ONLY: Only try to find frameworks.
  7. * NEVER: Never try to find frameworks.
  8. On Darwin or systems supporting OS X Application Bundles, the cmake
  9. variable CMAKE_FIND_APPBUNDLE can be set to empty or one of the
  10. following:
  11. * FIRST: Try to find application bundles before standard programs.
  12. This is the default on Darwin.
  13. * LAST: Try to find application bundles after standard programs.
  14. * ONLY: Only try to find application bundles.
  15. * NEVER: Never try to find application bundles.