Andrew Kelley 0ae60f7236 CMake: detect use of CMAKE_PREFIX_PATH env var
CMake recognizes the CMAKE_PREFIX_PATH environment variable for some
things, and also the CMAKE_PREFIX_PATH cache variable for other things.
However, it does not relate these two things, i.e. if the environment
variable is set, CMake does not populate the cache variable in a
corresponding manner. Some package systems, such as Homebrew, set the
environment variable but not the cache variable. Furthermore, the
environment variable follows the system path separator, such as ':' on
POSIX and ';' on Windows, but the cache variable follows CMake's array
behavior, i.e. always ';' for a separator.

Closes #13242
2022-10-22 20:30:08 -07:00
..
2021-07-26 20:41:00 -04:00
2021-07-26 20:41:00 -04:00
2020-09-21 18:38:55 -07:00
2021-07-05 15:28:13 -05:00
2020-09-21 18:38:55 -07:00
2020-09-21 18:38:55 -07:00
2021-07-08 14:30:45 -04:00
2020-09-21 18:38:55 -07:00
2020-09-21 18:38:55 -07:00
2020-09-21 18:38:55 -07:00
2022-10-10 02:31:09 -04:00
2020-09-21 18:38:55 -07:00
2022-07-29 11:28:39 -07:00
2020-09-21 18:38:55 -07:00
2020-09-21 18:38:55 -07:00
2022-01-28 11:45:04 -07:00
2022-01-28 11:45:04 -07:00
2022-10-14 13:35:10 -07:00
2022-01-28 11:45:04 -07:00
2020-09-21 18:38:55 -07:00
2021-07-05 15:28:13 -05:00
2021-07-05 15:28:13 -05:00