Mercurial > hg > orthanc-databases
changeset 55:89f6f2a98016
typo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 22 Aug 2018 18:07:22 +0200 |
parents | b3de8c09c8b0 |
children | 4f66bc893fc3 |
files | Resources/CMake/DatabasesPluginParameters.cmake |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/CMake/DatabasesPluginParameters.cmake Thu Jul 26 21:21:01 2018 +0200 +++ b/Resources/CMake/DatabasesPluginParameters.cmake Wed Aug 22 18:07:22 2018 +0200 @@ -25,7 +25,7 @@ # Advanced parameters to fine-tune linking against system libraries set(USE_SYSTEM_ORTHANC_SDK ON CACHE BOOL "Use the system version of the Orthanc plugin SDK") -set(ORTHANC_SDK_VERSION "1.4.0" CACHE STRING "Version of the Orthanc plugin SDK to use, if not using the system version (can be \"0.9.5\", \"1.4.0\" or \"framework\"") +set(ORTHANC_SDK_VERSION "1.4.0" CACHE STRING "Version of the Orthanc plugin SDK to use, if not using the system version (can be \"0.9.5\", \"1.4.0\" or \"framework\")") include(${CMAKE_CURRENT_LIST_DIR}/DatabasesFrameworkParameters.cmake)