diff --git a/projects/f3d.cmake b/projects/f3d.cmake index 65facbf0..82cd9bca 100644 --- a/projects/f3d.cmake +++ b/projects/f3d.cmake @@ -55,6 +55,14 @@ superbuild_project_add_step("extra-install-configurations" install ) +superbuild_project_add_step("extra-install-colormaps" + COMMAND ${CMAKE_COMMAND} --install --component colormaps + COMMENT + "Installing colormaps" + DEPENDEES + install +) + if (UNIX AND NOT APPLE) superbuild_project_add_step("extra-install-mimetypes" COMMAND ${CMAKE_COMMAND} --install --component mimetypes diff --git a/versions.cmake b/versions.cmake index 44e1ac6e..679afa9f 100644 --- a/versions.cmake +++ b/versions.cmake @@ -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")