Resolve minor build issues:

- allow SOCI EP to build with vcpkg
 - fix container tagging in pkg build
 - correct libarchive name for win
This commit is contained in:
Mike Ellery
2020-01-14 10:25:10 -08:00
committed by Manoj doshi
parent 90d9ca901d
commit 098086592b
4 changed files with 8 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ if (NOT local_libarchive)
# find module doesn't find static libs currently, so we re-search
get_filename_component(_loc ${LibArchive_LIBRARY} DIRECTORY)
find_library(_la_static
NAMES libarchive.a archive_static.lib
NAMES libarchive.a archive_static.lib archive.lib
PATHS ${_loc})
if (_la_static)
set (_la_lib ${_la_static})