# HG changeset patch
# User Alain Mazy <am@orthanc.team>
# Date 1744636586 -7200
# Node ID 2c323f9d24717792117f307a13144ead54a795a7
# Parent  6f00429ff0fc38032b294b5358ac3648c43753b7
revert forced STATIC_BUILD

diff -r 6f00429ff0fc -r 2c323f9d2471 CMakeLists.txt
--- 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\"")