# HG changeset patch # User Sebastien Jodogne # Date 1591807740 -7200 # Node ID cab7d5c9f2a74629c4092e2d60f7649ffdc4ffa0 # Parent de9a0db22edd8f4ca06cef895a67f732fef1ac07 cont diff -r de9a0db22edd -r cab7d5c9f2a7 CMakeLists.txt --- a/CMakeLists.txt Wed Jun 10 16:48:05 2020 +0200 +++ b/CMakeLists.txt Wed Jun 10 18:49:00 2020 +0200 @@ -40,9 +40,12 @@ set(ORTHANC_FRAMEWORK_ARCHIVE "" CACHE STRING "Path to the Orthanc archive, if ORTHANC_FRAMEWORK_SOURCE is \"archive\"") set(ORTHANC_FRAMEWORK_ROOT "" CACHE STRING "Path to the Orthanc source directory, if ORTHANC_FRAMEWORK_SOURCE is \"path\"") + # 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.7.0" CACHE STRING "Version of the Orthanc plugin SDK to use, if not using the system version (can be \"1.7.0\", or \"framework\")") +set(ORTHANC_FRAMEWORK_STATIC OFF CACHE BOOL "If linking against the Orthanc framework system library, indicates whether this library was statically linked") +mark_as_advanced(ORTHANC_FRAMEWORK_STATIC) set(BUILD_BOOTSTRAP_VUE OFF CACHE BOOL "Compile Bootstrap-Vue from sources")