ricosjp / monolish

monolish: MONOlithic LInear equation Solvers for Highly-parallel architecture
Apache License 2.0
195 stars 12 forks source link

use cmake preset in Makefile #120

Closed t-hishinuma closed 2 years ago

t-hishinuma commented 2 years ago

In CI test, monolish uses cmake preset. However, in Makefile, monolish uses naked cmake. I would recommend users to use cmake preset. Change the Makefile to use cmake preset.