Nheko-Reborn / nheko

Desktop client for Matrix using Qt and C++20.
https://nheko-reborn.github.io/
GNU General Public License v3.0
1.93k stars 201 forks source link

Build: CMake errors out if USE_BUNDLED_LMDBXX is set but all the other bundling options are off #511

Closed lbeltrame closed 3 years ago

lbeltrame commented 3 years ago

Describe the bug

The reason lies in https://github.com/Nheko-Reborn/nheko/blob/47e97d490c928f4e330e27253672ac254d82d678/CMakeLists.txt#L420

It misses the line include(FetchContent) from other USE_BUNDLED_XXX options.

deepbluev7 commented 3 years ago

Thank you for the detailed report, should be fixed now :3