Skip to content

Commit

Permalink
Add colormaps installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
Meakk committed Mar 28, 2024
1 parent 5e29e0f commit 2626e12
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions projects/f3d.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ superbuild_project_add_step("extra-install-configurations"
install
)

superbuild_project_add_step("extra-install-colormaps"
COMMAND ${CMAKE_COMMAND} --install <BINARY_DIR> --component colormaps
COMMENT
"Installing colormaps"
DEPENDEES
install
)

if (UNIX AND NOT APPLE)
superbuild_project_add_step("extra-install-mimetypes"
COMMAND ${CMAKE_COMMAND} --install <BINARY_DIR> --component mimetypes
Expand Down
4 changes: 2 additions & 2 deletions versions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ superbuild_set_selectable_source(f3d
DOWNLOAD_NAME f3d-v2.3.0.tar.gz
URL_MD5 2e94dfc0aa62c6cecef26b5136a2a77c
SELECT git CUSTOMIZABLE DEFAULT
GIT_REPOSITORY "https://github.com/f3d-app/f3d.git"
GIT_TAG "origin/master"
GIT_REPOSITORY "https://github.com/Meakk/f3d.git"
GIT_TAG "origin/colormap-file"
SELECT source CUSTOMIZABLE
SOURCE_DIR "source-f3d")

0 comments on commit 2626e12

Please sign in to comment.