Add AIX config file

This commit is contained in:
Bill Hoffman 2003-01-17 09:08:19 -05:00
parent 293c9d40b4
commit 2ede25f10f
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
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_EXE_LINKER_FLAGS:STRING=-bstatic
CMAKE_SKIP_RPATH:BOOL=1
EOF
}