changeset 225:2c323f9d2471

revert forced STATIC_BUILD
author Alain Mazy <am@orthanc.team>
date Mon, 14 Apr 2025 15:16:26 +0200 (7 weeks ago)
parents 6f00429ff0fc
children d46646af72d3
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Apr 01 16:10:50 2025 +0200
+++ b/CMakeLists.txt	Mon Apr 14 15:16:26 2025 +0200
@@ -32,7 +32,7 @@
 endif()
 
 # Parameters of the build
-set(STATIC_BUILD ON CACHE BOOL "Static build of the third-party libraries (necessary for Windows)")
+set(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)")
 set(ALLOW_DOWNLOADS OFF CACHE BOOL "Allow CMake to download packages")
 set(ORTHANC_FRAMEWORK_SOURCE "${ORTHANC_FRAMEWORK_DEFAULT_SOURCE}" CACHE STRING "Source of the Orthanc source code (can be \"hg\", \"archive\", \"web\" or \"path\")")
 set(ORTHANC_FRAMEWORK_ARCHIVE "" CACHE STRING "Path to the Orthanc archive, if ORTHANC_FRAMEWORK_SOURCE is \"archive\"")