summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Koreniak <okoreniak@luxoft.com>2016-04-14 15:44:49 +0300
committerOleksandr Koreniak <okoreniak@luxoft.com>2016-04-14 15:44:49 +0300
commitd779f7c707018b516d7c68eb4aa2a68fff374f12 (patch)
treeac6587d4624f670aaeb5f3bbe9c3b7c70c3d89f9
parentd41d2deac658b93c377377fecbbc99def791c0aa (diff)
downloadsdl_core-d779f7c707018b516d7c68eb4aa2a68fff374f12.tar.gz
Updated utils cmake file to build static library
-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)