2003-01-17 17:08:19 +03:00
|
|
|
PLATFORM="aix15"
|
|
|
|
CC="xlc"
|
|
|
|
CXX="xlC"
|
|
|
|
|
|
|
|
# Write entries into the cache file before building cmake.
|
|
|
|
write_cache()
|
|
|
|
{
|
|
|
|
cat > CMakeCache.txt <<EOF
|
2003-01-24 19:41:37 +03:00
|
|
|
BUILD_TESTING:BOOL=ON
|
2003-01-24 22:40:07 +03:00
|
|
|
CMAKE_VERBOSE_MAKEFILE:BOOL=TRUE
|
2003-01-17 17:08:19 +03:00
|
|
|
EOF
|
|
|
|
}
|