changeset 11:dc81c1ad61c7

use 0.8.6 headers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Mar 2015 14:13:09 +0100
parents 3a312d091947
children 379131283479
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Feb 27 16:31:07 2015 +0100
+++ b/CMakeLists.txt	Mon Mar 09 14:13:09 2015 +0100
@@ -85,7 +85,7 @@
 
 # Check that the Orthanc SDK headers are available or download them
 if (STATIC_BUILD)
-  set(ORTHANC_SDK_URL "http://orthanc.googlecode.com/hg") # TODO use 0.8.6 release
+  set(ORTHANC_SDK_URL "http://orthanc.googlecode.com/hg-history/Orthanc-0.8.6")
   file(MAKE_DIRECTORY ${AUTOGENERATED_DIR}/orthanc)
   file(DOWNLOAD "${ORTHANC_SDK_URL}/Plugins/Include/OrthancCPlugin.h"
     "${AUTOGENERATED_DIR}/orthanc/OrthancCPlugin.h" SHOW_PROGRESS)