Files
zig/src
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
..
2022-09-14 20:08:34 -04:00
2022-10-22 14:53:53 +02:00
2022-08-19 03:41:13 -07:00
2022-08-19 03:41:13 -07:00
2022-10-15 10:39:19 -07:00
2022-10-10 22:50:22 +02:00
2022-07-30 12:36:11 -07:00
2022-10-21 11:22:49 -07:00
2022-07-28 11:53:25 -07:00
2022-07-28 11:53:25 -07:00
2022-07-28 11:53:25 -07:00
2022-07-28 11:53:25 -07:00
2022-10-12 20:34:42 +02:00