diff options
| author | Nathan <35282710+nazame@users.noreply.github.com> | 2020-09-09 13:47:16 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-09 12:47:16 -0700 |
| commit | 765c780526dccb9a004124263f0b41aaa2d5be72 (patch) | |
| tree | f7b831679ad3d5c415aa66fba19922e1e15d0ad6 /ports/lerc/enable_static_build.patch | |
| parent | 7946a1d71ebe6ba837fcc59d5de99f746c37ac3d (diff) | |
| download | vcpkg-765c780526dccb9a004124263f0b41aaa2d5be72.tar.gz vcpkg-765c780526dccb9a004124263f0b41aaa2d5be72.zip | |
[lerc] Add lerc port (#13358)
Co-authored-by: Nathan Mercer <nmercer@intermap.com>
Diffstat (limited to 'ports/lerc/enable_static_build.patch')
| -rw-r--r-- | ports/lerc/enable_static_build.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ports/lerc/enable_static_build.patch b/ports/lerc/enable_static_build.patch new file mode 100644 index 000000000..92f0d7852 --- /dev/null +++ b/ports/lerc/enable_static_build.patch @@ -0,0 +1,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) + |
