Why?
Only thing that changes with every release is the LANTERNDB_VERSION number, which already needs to be set in CMakeLists.txt
Doing so in the lanterndb.control file manually can be eliminated with this autogeneration added in CmakeLists
Testing Notes:
Run cmake .. from the .\build folder. It should generate the lanterndb.control file in the base directory.
Why? Only thing that changes with every release is the LANTERNDB_VERSION number, which already needs to be set in CMakeLists.txt Doing so in the lanterndb.control file manually can be eliminated with this autogeneration added in CmakeLists
Testing Notes:
cmake ..
from the.\build
folder. It should generate thelanterndb.control
file in the base directory.Resolves #30