lmdb: Do not make lmdb a public dependency as it is only used within libpkg

This commit is contained in:
Martchus 2022-01-23 19:47:28 +01:00
parent 2abc407c77
commit 26f787fb42
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ find_package(reflective_rapidjson${CONFIGURATION_PACKAGE_SUFFIX} REQUIRED)
use_reflective_rapidjson(VISIBILITY PUBLIC)
# find lmdb
use_pkg_config_module(PKG_CONFIG_MODULES "lmdb" VISIBILITY PUBLIC)
use_pkg_config_module(PKG_CONFIG_MODULES "lmdb")
# find 3rd party libraries zlib
use_zlib()