Mercurial > hg > orthanc
changeset 7141:48673b706a11
try to fix ProtobufCompiler build wrt 3rd parties download
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Thu, 27 Aug 2026 13:10:49 +0200 |
| parents | d983af7d3fac |
| children | df883e1f5d79 |
| files | OrthancFramework/Resources/CMake/ProtobufConfiguration.cmake |
| diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/Resources/CMake/ProtobufConfiguration.cmake Thu Aug 27 12:53:36 2026 +0200 +++ b/OrthancFramework/Resources/CMake/ProtobufConfiguration.cmake Thu Aug 27 13:10:49 2026 +0200 @@ -31,6 +31,7 @@ CMAKE_ARGS -DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE} -DCMAKE_INSTALL_PREFIX=${CMAKE_CURRENT_BINARY_DIR} + -DTHIRD_PARTY_DOWNLOADS_ROOT_URL=${THIRD_PARTY_DOWNLOADS_ROOT_URL} ) # The "protoc" compiler is built using "externalproject_add",
