aboutsummaryrefslogtreecommitdiff
path: root/ports/lerc/enable_static_build.patch
blob: 92f0d7852c82549cd066efb1f6242cd7f30fc8d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d22ad11..e90fcdd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ file(GLOB SOURCES
 )
 message(${SOURCES})
 
-add_library(LercLib SHARED ${SOURCES})
+add_library(LercLib ${SOURCES})
 
 target_link_libraries (LercLib)