mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-02 20:58:58 -06: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
|
|
}
|