summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/utils/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/utils/CMakeLists.txt b/src/components/utils/CMakeLists.txt
index 3ebabe9043..af5afa028a 100644
--- a/src/components/utils/CMakeLists.txt
+++ b/src/components/utils/CMakeLists.txt
@@ -80,7 +80,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "QNX")
)
endif()
-add_library("Utils" SHARED ${SOURCES})
+add_library("Utils" ${SOURCES})
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
list(APPEND LIBRARIES dl)