Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
CMB-SuperBuild
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
T.J. Corona
CMB-SuperBuild
Commits
931467a2
Commit
931467a2
authored
Mar 27, 2019
by
T.J. Corona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add rgg session
parent
3e89e03a
Pipeline
#133333
passed with stage
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
0 deletions
+29
-0
CMakeLists.txt
CMakeLists.txt
+1
-0
projects/rggsession.cmake
projects/rggsession.cmake
+24
-0
versions.cmake
versions.cmake
+4
-0
No files found.
CMakeLists.txt
View file @
931467a2
...
...
@@ -100,6 +100,7 @@ function (superbuild_find_projects var)
qt4
qt5
remus
rggsession
smtk
smtkusersguide
szip
...
...
projects/rggsession.cmake
0 → 100644
View file @
931467a2
set
(
extra_cmake_args
)
if
(
UNIX AND NOT APPLE
)
list
(
APPEND extra_cmake_args
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOL=FALSE
)
endif
()
set
(
response_file
)
if
(
WIN32
)
# Force response file usage. The command line gets way too long on Windows
# without this. Once VTK_USE_FILE and PARAVIEW_USE_FILE are gone, this can be
# removed again.
set
(
response_file -DCMAKE_NINJA_FORCE_RESPONSE_FILE:BOOL=ON
)
endif
()
superbuild_add_project
(
rggsession
DEBUGGABLE
DEPENDS boost cxx11 paraview qt qt5 smtk
DEPENDS_OPTIONAL python meshkit
CMAKE_ARGS
${
extra_cmake_args
}
-DBUILD_SHARED_LIBS:BOOL=
${
BUILD_SHARED_LIBS
}
-DCMAKE_INSTALL_NAME_DIR:PATH=<INSTALL_DIR>/lib
-DENABLE_PYTHON_WRAPPING:BOOL=
${
python_enabled
}
${
response_file
}
)
versions.cmake
View file @
931467a2
...
...
@@ -160,6 +160,10 @@ superbuild_set_revision(nlohmannjson
superbuild_set_revision
(
meshkit
SOURCE_DIR
"
${
CMAKE_CURRENT_LIST_DIR
}
/meshkit"
)
superbuild_set_revision
(
rggsession
GIT_REPOSITORY
"https://gitlab.kitware.com/cmb/plugins/rgg-session"
GIT_TAG master
)
superbuild_set_revision
(
smtkresourcemanagerstate
GIT_REPOSITORY
"https://gitlab.kitware.com/cmb/plugins/read-and-write-resource-manager-state.git"
GIT_TAG ff5aa02621c0c011d72e4bdc8c4f85c250a88f0f
)
...
...
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