diff --git a/README.md b/README.md index 5ae9069..391ed37 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,6 @@ available options: * APPS - build command line app, default ON * TESTS - build tests, default OFF * EXAMPLES - build examples, default OFF - * 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: OFF @@ -50,4 +49,4 @@ available options: * STORE_SPLINES - store splines in cache, if disabled datapoints are stored and splines are recreated, default ON ie: -> cmake -DPYTHON_MODULE=ON -DEXAMPLES=ON ../ +> cmake -DPYTHON_MODULE=ON ../