From a1609d55ae1f02ab9df402db324f25a1a77ce2e7 Mon Sep 17 00:00:00 2001 From: hrocho Date: Mon, 15 Jan 2018 15:22:27 +0100 Subject: [PATCH] cmake option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9fcded7..7d3341e 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ available options: * DOCS - prepare doxygen documentation (after cmake, __make docs__ needs to be executed) * GENERATE_DATA - makes program to re-generate precalculated tables (ie precalculated LS coefficients), default:OFF * THIN_TARGET_APPROXIMATION - compile the library with thin target approximation, default: ON + * GSL_INTEGRATION - use GSL integration functions, otherwise use built-in integrator, default: ON ie: > cmake -DCATIMA_PYTHON=ON -DEXAMPLES=ON ../