mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03:00
10 lines
135 B
Plaintext
10 lines
135 B
Plaintext
PLATFORM="aix15"
|
|
CC="xlc"
|
|
CXX="xlC"
|
|
|
|
# Write entries into the cache file before building cmake.
|
|
write_cache()
|
|
{
|
|
write_standard_cache
|
|
}
|