Skip build/install of tests with CMAKE

Issue #18 new
Stefano Zampini created an issue

Once the project is configured, one can do

$ make lib sparse-lib

in order to build the library only. However, when issuing

$ make install

it seems it is not possible to skip building the tests (and install the executables) when using CMake (unless one manually removes the RUNTIME component from the install command in CMakeList.txt)

This is an issue on supercomputers with disk quotas (e.g. Summit) when trying to build static libraries from within $HOME.

Comments (0)

  1. Log in to comment