Skip to content

Commit cdc8ed8

Browse files
committed
Always build infra as a static library
1 parent b4752cb commit cdc8ed8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ set(INFRA_PUBLIC_HEADERS
202202
include/infra/workerthread.h
203203
)
204204

205-
add_library(infra
205+
add_library(infra STATIC
206206
charset.cpp
207207
chrono.cpp
208208
cpuinfo.cpp

0 commit comments

Comments
 (0)