Fix missing include for FetchContent

fixes #511
pull/520/head
Nicolas Werner 4 years ago
parent 47e97d490c
commit d5e578d0e4
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 1
      CMakeLists.txt

@ -418,6 +418,7 @@ set_package_properties(nlohmann_json PROPERTIES
)
if(USE_BUNDLED_LMDBXX)
include(FetchContent)
FetchContent_Declare(
lmdbxx
URL "https://raw.githubusercontent.com/hoytech/lmdbxx/1.0.0/lmdb++.h"

Loading…
Cancel
Save