summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/config_AIX
blob: 1bcc04fc9b11bcd927ea2d578d21bc9815f64d3b (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}