JeffersonLab / qphix

QCD for Intel Xeon Phi and Xeon processors
http://jeffersonlab.github.io/qphix/
Other
13 stars 11 forks source link

Pass down the CMake generator #94

Closed martin-ueding closed 6 years ago

martin-ueding commented 6 years ago

Currently only the Make generator is supported, I would prefer to use Ninja on my machine. This is possible with CMake, one only needs to pass down the CMAKE_GENERATOR to the sub-CMake invocations. This does the needed changes.