eyalroz / tpch-dbgen

Data & query generation utilities for the TPC-H benchmark (unified repository)

Home Page:http://www.tpc.org/tpch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace the "Makefile template" with a CMakeLists.txt

eyalroz opened this issue · comments

Instead of people having to semi-manually generate their Makefile's; and so as to remove the large amounts of irrelevant content in the current makefile.suite; and so as to allow for automatic detection of the C compiler, relevant libraries and related binaries/shell commands - let's just switch to assuming CMake 3.x is available. In this day and age this is a pretty safe assumption.

Actually, we can also drop the MS Visual Studio project files: