Skip to content

Commit 275cca5

Browse files
lassoanjamesobutler
authored andcommitted
Fix SlicerSOFA packageupload error
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
1 parent 5788b8d commit 275cca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SlicerSOFA.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#",
33
"build_dependencies": [],
4-
"build_subdirectory": ".",
4+
"build_subdirectory": "inner-build",
55
"category": "Simulation",
66
"scm_revision": "main",
77
"scm_url": "https://github.com/Slicer/SlicerSOFA",

0 commit comments

Comments
 (0)