12 lines
167 B
Plaintext
12 lines
167 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=ON
|
|
EOF
|
|
}
|