summaryrefslogtreecommitdiff
path: root/science/arbor/files/patch-sup_CMakeLists.txt
blob: 95eac6c5f7eb8f4262f34fc4618becb20c8b9fb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sup/CMakeLists.txt.orig	2024-08-09 10:22:00 UTC
+++ sup/CMakeLists.txt
@@ -3,7 +3,7 @@ set(sup-sources
     json_meter.cpp
 )
 
-add_library(arbor-sup ${sup-sources})
+add_library(arbor-sup STATIC ${sup-sources})
 
 if (ARB_USE_BUNDLED_FMT)
     target_include_directories(arbor-sup