comparison Azure/CMakeLists.txt @ 8:987cb95c1aee

Prevent Orthanc to start if plugin fails to start
author Alain Mazy
date Mon, 20 Jul 2020 12:21:07 +0200
parents cd1622edea7f
children b09c634e6fea 3e218a18ec73 2a02b21f0a19
comparison
equal deleted inserted replaced
6:393fcf337462 8:987cb95c1aee
5 set(PLUGIN_VERSION "mainline") 5 set(PLUGIN_VERSION "mainline")
6 6
7 include(CheckIncludeFileCXX) 7 include(CheckIncludeFileCXX)
8 8
9 set(ORTHANC_FRAMEWORK_SOURCE "hg" CACHE STRING "orthanc source") 9 set(ORTHANC_FRAMEWORK_SOURCE "hg" CACHE STRING "orthanc source")
10 set(ORTHANC_FRAMEWORK_VERSION "1.7.0" CACHE STRING "orthanc framework version") 10 set(ORTHANC_FRAMEWORK_VERSION "7176ebf" CACHE STRING "orthanc framework version")
11 set(ALLOW_DOWNLOADS ON) 11 set(ALLOW_DOWNLOADS ON)
12 12
13 # Download and setup the Orthanc framework 13 # Download and setup the Orthanc framework
14 include(${CMAKE_SOURCE_DIR}/../Common/Resources/DownloadOrthancFramework.cmake) 14 include(${CMAKE_SOURCE_DIR}/../Common/Resources/DownloadOrthancFramework.cmake)
15 15