Skip to content

Commit

Permalink
fix submission
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Mar 3, 2025
1 parent aabed47 commit 13cc1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/orthanc/build-or-download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ elif [[ $target == "orthanc-s3" ]]; then
pushd $buildRootPath

cmake -DCMAKE_BUILD_TYPE:STRING=Release -DALLOW_DOWNLOADS=ON -DUSE_VCPKG_PACKAGES=OFF $sourcesRootPath/orthanc-object-storage/Aws/
cp /third-party-downloads/DownloadPackage.cmake $buildRootPath/OrthancFramework/Resources/CMake/DownloadPackage.cmake
cp /third-party-downloads/DownloadPackage.cmake /$buildRootPath/Orthanc-1.12.2/OrthancFramework/Resources/CMake/DownloadPackage.cmake
make -j 4

upload libOrthancAwsS3Storage.so
Expand Down

0 comments on commit 13cc1aa

Please sign in to comment.