mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
CMAKE_TOOLCHAIN_FILE: Document relative path behavior
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