Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Jun 27, 2023
1 parent 3de50f0 commit 7248c01
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 @@ -389,7 +389,7 @@ elif [[ $target == "orthanc-azure-storage" ]]; then
hg clone https://hg.orthanc-server.com/orthanc/ -r "Orthanc-1.10.1"

# upgrade cmake minimum version to fix a Boost_FIND_COMPONENTS error: https://stackoverflow.com/questions/62930429/c-avro-cmake-failed
sed -i 's/cmake_minimum_required(VERSION 2.8)/cmake_minimum_required(VERSION 3.3)/g' $sourcesRootPath/orthanc-object-storage/Google/CMakeLists.txt
sed -i 's/cmake_minimum_required(VERSION 2.8)/cmake_minimum_required(VERSION 3.3)/g' $sourcesRootPath/orthanc-object-storage/Azure/CMakeLists.txt
# todo: remove
sed -i 's/cryptopp-static/cryptopp::cryptopp/g' $sourcesRootPath/orthanc-object-storage/Azure/CMakeLists.txt

Expand Down

0 comments on commit 7248c01

Please sign in to comment.