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
de14da46
Commit
de14da46
authored
Jul 17, 2015
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
smtk: install plugins in a known directory
parent
e875916e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
Projects/smtk.cmake
Projects/smtk.cmake
+6
-0
No files found.
Projects/smtk.cmake
View file @
de14da46
...
...
@@ -12,6 +12,11 @@ if (WIN32)
list
(
APPEND extra_cmake_args
"-DSMTK_PYTHON_MODULEDIR:PATH=
${
SuperBuild_BINARY_DIR
}
/install/python"
)
endif
()
set
(
smtk_libdir lib
)
if
(
WIN32
)
set
(
smtk_libdir bin
)
endif
()
add_external_project_or_just_build_dependencies
(
smtk
DEPENDS boost qt shiboken paraview remus
CMAKE_ARGS
...
...
@@ -27,6 +32,7 @@ add_external_project_or_just_build_dependencies(smtk
-DSMTK_ENABLE_REMOTE_SESSION:BOOL=ON
-DSMTK_ENABLE_REMUS_SUPPORT:BOOL=ON
-DSMTK_ENABLE_PYTHON_WRAPPING:BOOL=
${
shiboken_ENABLED
}
-DCMAKE_INSTALL_LIBDIR:STRING=
${
smtk_libdir
}
-DParaView_DIR:PATH=
${
paraview_dir
}
-DBOOST_INCLUDEDIR:PATH=<INSTALL_DIR>/include/boost
...
...
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