Skip to content

Commit ffa2357

Browse files
author
tesuji
committed
common: Ensure libcommon.so is build if BUILD_SHARED_LIBS=ON (ggml-org#13156)
1 parent 5f5e39e commit ffa2357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ endif()
5252

5353
set(TARGET common)
5454

55-
add_library(${TARGET} STATIC
55+
add_library(${TARGET}
5656
arg.cpp
5757
arg.h
5858
base64.hpp

0 commit comments

Comments
 (0)