mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
Merge topic 'add_toolchain_cmake_option'
d5c3e4ac32cmake: add support for --toolchain command argument13838bbb36CMAKE_TOOLCHAIN_FILE: Document relative path behavior Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5991
This commit is contained in:
@@ -7,3 +7,6 @@ This variable is specified on the command line when cross-compiling with CMake.
|
||||
It is the path to a file which is read early in the CMake run and which
|
||||
specifies locations for compilers and toolchain utilities, and other target
|
||||
platform and compiler related information.
|
||||
|
||||
Relative paths are allowed and are interpreted first as relative to the
|
||||
build directory, and if not found, relative to the soruce directory.
|
||||
|
||||
Reference in New Issue
Block a user