ERR: Removed old config file.

This commit is contained in:
Brad King 2003-01-15 18:43:11 -05:00
parent 7f5589e9f4
commit 6b17ec0240
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
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
CMAKE_CXX_SHLIB_LINK_FLAGS:STRING=-bstatic
CMAKE_CXX_SHLIB_BUILD_FLAGS:STRING=
CMAKE_CXX_SHLIB_RUNTIME_FLAG:STRING=
EOF
}