summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/config_IRIX64
blob: 3187e50ecc4a22bdaa3d1e1ca2ee47941e05a18f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
PLATFORM="irix64"
CC="cc"
CXX="CC"

# Write entries into the cache file before building cmake.
write_cache()
{
cat > CMakeCache.txt <<EOF
BUILD_TESTING:BOOL=ON
CMAKE_VERBOSE_MAKEFILE:BOOL=TRUE
EOF
}