Skip to content
Snippets Groups Projects
Commit 732a2f36 authored by Amy Squillacote's avatar Amy Squillacote
Browse files

BUG: turning off VTK_USE_INFOVIS; the linux and mac builds fail with the variable on

parent 2506508f
No related branches found
No related tags found
No related merge requests found
......@@ -10,5 +10,6 @@ write_cache()
cat >> CMakeCache.txt <<EOF
VTK_USE_CARBON:BOOL=OFF
VTK_USE_X:BOOL=ON
VTK_USE_INFOVIS:BOOL=OFF
EOF
}
......@@ -13,5 +13,6 @@ write_cache()
write_standard_cache
cat >> CMakeCache.txt <<EOF
PV_INSTALL_SYSTEM_RUNTIME_LIBS:STRING=/opt/i686-gcc-335/lib/libstdc++.so.5;/opt/i686-gcc-335/lib/libgcc_s.so.1
VTK_USE_INFOVIS:BOOL=OFF
EOF
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment