Skip to content

Commit

Permalink
Fix SlicerSOFA packageupload error
Browse files Browse the repository at this point in the history
In a superbuild extension, packageupload target is in the inner build folder.

This commit should fix this error:
gmake[3]: *** No rule to make target `packageupload'.  Stop.
(https://slicer.cdash.org/viewBuildError.php?buildid=3623543)

fixes Slicer/SlicerSOFA#31
  • Loading branch information
lassoan authored and jamesobutler committed Dec 13, 2024
1 parent 5788b8d commit 275cca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SlicerSOFA.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#",
"build_dependencies": [],
"build_subdirectory": ".",
"build_subdirectory": "inner-build",
"category": "Simulation",
"scm_revision": "main",
"scm_url": "https://github.com/Slicer/SlicerSOFA",
Expand Down

0 comments on commit 275cca5

Please sign in to comment.