Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
T.J. Corona
CMB-SuperBuild
Commits
1268177f
Commit
1268177f
authored
Oct 29, 2015
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
paraview: fix paraview subdirectory
parent
2947819a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Projects/cmb.cmake
Projects/cmb.cmake
+2
-2
Projects/smtk.cmake
Projects/smtk.cmake
+1
-1
No files found.
Projects/cmb.cmake
View file @
1268177f
...
...
@@ -3,9 +3,9 @@ set(vtk_dir ${SuperBuild_BINARY_DIR}/paraview/src/paraview-build/VTK)
set
(
smtk_dir
${
SuperBuild_BINARY_DIR
}
/install/lib/cmake/SMTK
)
if
(
__BUILDBOT_INSTALL_LOCATION
)
set
(
paraview_dir <INSTALL_DIR>/lib/cmake/paraview-4.
3
)
set
(
paraview_dir <INSTALL_DIR>/lib/cmake/paraview-4.
4
)
set
(
smtk_dir <INSTALL_DIR>/lib/cmake/SMTK
)
set
(
vtk_dir <INSTALL_DIR>/lib/cmake/paraview-4.
3
)
set
(
vtk_dir <INSTALL_DIR>/lib/cmake/paraview-4.
4
)
endif
()
set
(
CMB_TEST_DATA_ROOT
""
CACHE PATH
"Location of CMB's testing data"
)
...
...
Projects/smtk.cmake
View file @
1268177f
set
(
paraview_dir
${
SuperBuild_BINARY_DIR
}
/paraview/src/paraview-build
)
if
(
__BUILDBOT_INSTALL_LOCATION
)
set
(
paraview_dir <INSTALL_DIR>/lib/cmake/paraview-4.
3
)
set
(
paraview_dir <INSTALL_DIR>/lib/cmake/paraview-4.
4
)
endif
()
if
(
WIN32
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment