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=OFF EOF }