12 lines
168 B
Plaintext
12 lines
168 B
Plaintext
|
PLATFORM="aix15"
|
||
|
CC="xlc"
|
||
|
CXX="xlC"
|
||
|
|
||
|
# Write entries into the cache file before building cmake.
|
||
|
write_cache()
|
||
|
{
|
||
|
cat > CMakeCache.txt <<EOF
|
||
|
BUILD_TESTING:BOOL=OFF
|
||
|
EOF
|
||
|
}
|