2013-10-15 19:17:36 +04:00
|
|
|
find_path
|
|
|
|
---------
|
|
|
|
|
2013-10-01 20:37:02 +04:00
|
|
|
.. |FIND_XXX| replace:: find_path
|
|
|
|
.. |NAMES| replace:: NAMES name1 [name2 ...]
|
|
|
|
.. |SEARCH_XXX| replace:: file in a directory
|
|
|
|
.. |SEARCH_XXX_DESC| replace:: directory containing the named file
|
|
|
|
.. |XXX_SUBDIR| replace:: include
|
2013-10-15 19:17:36 +04:00
|
|
|
|
2013-10-01 20:37:02 +04:00
|
|
|
.. |CMAKE_PREFIX_PATH_XXX| replace::
|
2013-10-15 19:17:36 +04:00
|
|
|
<prefix>/include/<arch> if CMAKE_LIBRARY_ARCHITECTURE is set, and
|
2013-10-01 20:37:02 +04:00
|
|
|
|CMAKE_PREFIX_PATH_XXX_SUBDIR|
|
|
|
|
.. |CMAKE_XXX_PATH| replace:: CMAKE_INCLUDE_PATH
|
|
|
|
.. |CMAKE_XXX_MAC_PATH| replace:: CMAKE_FRAMEWORK_PATH
|
2013-10-15 19:17:36 +04:00
|
|
|
|
2013-10-01 20:37:02 +04:00
|
|
|
.. |SYSTEM_ENVIRONMENT_PATH_XXX| replace:: PATH and INCLUDE
|
2013-10-15 19:17:36 +04:00
|
|
|
|
2013-10-01 20:37:02 +04:00
|
|
|
.. |CMAKE_SYSTEM_PREFIX_PATH_XXX| replace::
|
2013-10-15 19:17:36 +04:00
|
|
|
<prefix>/include/<arch> if CMAKE_LIBRARY_ARCHITECTURE is set, and
|
2013-10-01 20:37:02 +04:00
|
|
|
|CMAKE_SYSTEM_PREFIX_PATH_XXX_SUBDIR|
|
|
|
|
.. |CMAKE_SYSTEM_XXX_PATH| replace:: CMAKE_SYSTEM_INCLUDE_PATH
|
|
|
|
.. |CMAKE_SYSTEM_XXX_MAC_PATH| replace:: CMAKE_SYSTEM_FRAMEWORK_PATH
|
2013-10-15 19:17:36 +04:00
|
|
|
|
2013-10-01 20:37:02 +04:00
|
|
|
.. |CMAKE_FIND_ROOT_PATH_MODE_XXX| replace::
|
2013-11-26 22:58:07 +04:00
|
|
|
:variable:`CMAKE_FIND_ROOT_PATH_MODE_INCLUDE`
|
2013-10-15 19:17:36 +04:00
|
|
|
|
2013-10-01 20:37:02 +04:00
|
|
|
.. include:: FIND_XXX.txt
|
2013-10-15 19:17:36 +04:00
|
|
|
|
|
|
|
When searching for frameworks, if the file is specified as A/b.h, then
|
|
|
|
the framework search will look for A.framework/Headers/b.h. If that
|
|
|
|
is found the path will be set to the path to the framework. CMake
|
|
|
|
will convert this to the correct -F option to include the file.
|