# HG changeset patch # User Sebastien Jodogne # Date 1438067939 -7200 # Node ID a5386ba9b1ca527d91ea0962b604a50a18c98959 # Parent 6eb4082b3414df300d27aa96bd22bdd20b0c5845 static build bound to Orthanc 0.9.1 diff -r 6eb4082b3414 -r a5386ba9b1ca CMakeLists.txt --- a/CMakeLists.txt Fri Jul 03 11:39:59 2015 +0200 +++ b/CMakeLists.txt Tue Jul 28 09:18:59 2015 +0200 @@ -64,8 +64,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.8.6") + #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)