Skip to content
Snippets Groups Projects
Verified Commit 446ecfea authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Try to fix lmdbxx download

parent 6f59f190
No related branches found
No related tags found
No related merge requests found
Pipeline #2101 failed
......@@ -4,7 +4,7 @@ variables:
# prevent configure tzdata hanging apt install commands
DEBIAN_FRONTEND: noninteractive
build-gcc7:
build-gcc9:
stage: build
image: ubuntu:20.04
tags: [docker]
......
......@@ -487,10 +487,10 @@ if(USE_BUNDLED_LMDBXX)
lmdbxx
URL "https://raw.githubusercontent.com/hoytech/lmdbxx/1.0.0/lmdb++.h"
DOWNLOAD_NO_EXTRACT TRUE
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
)
if(NOT lmdbxx_POPULATED)
FetchContent_Populate(lmdbxx)
endif()
FetchContent_Populate(lmdbxx)
add_library(lmdbxx INTERFACE)
target_include_directories(lmdbxx INTERFACE ${lmdbxx_SOURCE_DIR})
add_library(lmdbxx::lmdbxx ALIAS lmdbxx)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment