Skip to content

Better default for install prefix; Add .gitignore

Valentin Volkl requested to merge cmake into main

When running make install, most of the time you don't want to install to /usr, which is CMake's default. This changes this default to install in the top level directory, while keeping it configurable.

Merge request reports