Files
CMake/Modules/Platform
Chuck Cranor 2af6857562 Darwin: prefix internal osx variables with "_" to hide them from users
A simple CMakeLists.txt on osx shows that variable "d" is set
(but empty) by the system modules.  this pollutes the user's
variable namespace.  I noticed this when I created a library
target "d" and got unexpected policy CMP0054 warnings when
trying to find_package(d CONFIG REQUIRED) (triggered from the
generated "d-targets.cmake" ...).   Note that non-"_" prefixed
internal variables are ok within functions due to scoping rules.

Fixes: #20898
2020-07-03 07:33:25 -04:00
..
2020-05-06 13:09:00 -04:00
2017-05-17 11:26:11 -06:00
2019-03-05 09:42:41 -05:00
2020-05-06 13:09:28 -04:00