mirror of
https://github.com/gwm17/catima.git
synced 2024-11-22 18:28:51 -05:00
cmake option
This commit is contained in:
parent
623c8ef958
commit
a1609d55ae
|
@ -29,6 +29,7 @@ available options:
|
||||||
* DOCS - prepare doxygen documentation (after cmake, __make docs__ needs to be executed)
|
* 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
|
* 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
|
* 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:
|
ie:
|
||||||
> cmake -DCATIMA_PYTHON=ON -DEXAMPLES=ON ../
|
> cmake -DCATIMA_PYTHON=ON -DEXAMPLES=ON ../
|
||||||
|
|
Loading…
Reference in New Issue
Block a user