changeset 43:a5386ba9b1ca

static build bound to Orthanc 0.9.1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 28 Jul 2015 09:18:59 +0200
parents 6eb4082b3414
children 6f27794044a2
files CMakeLists.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)