Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ParaView
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yumin Yuan
ParaView
Commits
732a2f36
Commit
732a2f36
authored
18 years ago
by
Amy Squillacote
Browse files
Options
Downloads
Patches
Plain Diff
BUG: turning off VTK_USE_INFOVIS; the linux and mac builds fail with the variable on
parent
2506508f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Utilities/Release/config_Darwin
+1
-0
1 addition, 0 deletions
Utilities/Release/config_Darwin
Utilities/Release/config_Linux
+1
-0
1 addition, 0 deletions
Utilities/Release/config_Linux
with
2 additions
and
0 deletions
Utilities/Release/config_Darwin
+
1
−
0
View file @
732a2f36
...
...
@@ -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
}
This diff is collapsed.
Click to expand it.
Utilities/Release/config_Linux
+
1
−
0
View file @
732a2f36
...
...
@@ -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
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment