Files
CMake/Source
Raul Tambre 8eb8d16c19 cmSystemTools: Fix unsetenv() fallback
The fallback path boils down to putenv(). Calling that with a "=" sets the
variable to an empty string.
Use cmSystemTools::UnPutEnv() instead, which correctly handles unsetting
variables on a variety of systems.
2022-06-26 11:50:00 +03:00
..
2022-01-21 10:59:13 -05:00
2022-06-26 00:01:08 -04:00
2022-06-23 09:23:56 -04:00