Open dmikushin opened 6 months ago
Make AMGX shared library (amgxsh) building optional for the following good reasons:
Furthermore, adding AMGX_WITH_TESTS and AMGX_WITH_EXAMPLES options to disable examples and tests, e.g. for production builds.
AMGX_WITH_TESTS
AMGX_WITH_EXAMPLES
By default, the previous build behavior is preserved.
This looks good, thanks. Give me a short while to pass it through our tests.
Make AMGX shared library (amgxsh) building optional for the following good reasons:
Furthermore, adding
AMGX_WITH_TESTS
andAMGX_WITH_EXAMPLES
options to disable examples and tests, e.g. for production builds.By default, the previous build behavior is preserved.