diff options
author | Brad King <brad.king@kitware.com> | 2018-09-05 18:57:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-09-05 19:03:02 (GMT) |
commit | 53bae4cc5e654266fa7f476d6e7e2b27217c8c38 (patch) | |
tree | c3bda2fec3f551862d154695c7c74a70779d6bd3 /Source | |
parent | 182522a209331cd1d221420972ed6b200918f6e6 (diff) | |
download | CMake-53bae4cc5e654266fa7f476d6e7e2b27217c8c38.zip CMake-53bae4cc5e654266fa7f476d6e7e2b27217c8c38.tar.gz CMake-53bae4cc5e654266fa7f476d6e7e2b27217c8c38.tar.bz2 |
CMakeFindBinUtils: Fix use with non-cached tool settings
If a project or toolchain file hard-codes a tool location such as
`CMAKE_LINKER` with a plain `set()` then the value will be stored
in compiler information files but not cached. If the value is
not cached then we should not mark it as advanced because doing
so will initialize an empty cache entry.
Fixes: #18315
Diffstat (limited to 'Source')
0 files changed, 0 insertions, 0 deletions