# HG changeset patch # User Sebastien Jodogne # Date 1438067772 -7200 # Node ID 05880291d533105fc0ab551ab84da5a64cf38feb # Parent 2ece30332c6eced6ad935c89b1ba9fe2c4e877ac static build bound to Orthanc 0.9.1 diff -r 2ece30332c6e -r 05880291d533 CMakeLists.txt --- a/CMakeLists.txt Fri Jul 03 11:26:17 2015 +0200 +++ b/CMakeLists.txt Tue Jul 28 09:16:12 2015 +0200 @@ -52,8 +52,8 @@ # Check that the Orthanc SDK headers are available or download them if (STATIC_BUILD) - set(ORTHANC_SDK_URL "http://orthanc.googlecode.com/hg") - #set(ORTHANC_SDK_URL "http://orthanc.googlecode.com/hg-history/Orthanc-0.9.0") + #set(ORTHANC_SDK_URL "http://orthanc.googlecode.com/hg") + set(ORTHANC_SDK_URL "http://orthanc.googlecode.com/hg-history/Orthanc-0.9.1") file(MAKE_DIRECTORY ${AUTOGENERATED_DIR}/orthanc) file(DOWNLOAD "${ORTHANC_SDK_URL}/Plugins/Include/orthanc/OrthancCPlugin.h" "${AUTOGENERATED_DIR}/orthanc/OrthancCPlugin.h" SHOW_PROGRESS)