eyalroz / monetdb-bbp-reader

A C++ library for reading MonetDB's persisted storage format (BBP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use modern CMake code

eyalroz opened this issue · comments

The use of CMake in this repository is at best 2.x-style and at worst - inconsistent. It also fails sometimes when you build out-of-source... let's revamp this code, and try to reduce the number of lines too.

Also, we could split the examples CMakeLists.txt into a separate subdir and control its recursion with an option.