document COLVARS_LEPTON flag to CMake configuration

This commit is contained in:
Axel Kohlmeyer
2019-10-16 16:19:12 -04:00
parent 4aa47386ea
commit e4c77f047f
2 changed files with 30 additions and 1 deletions

View File

@ -644,7 +644,10 @@ USER-COLVARS package :h4,link(user-colvars)
[CMake build]:
No additional settings are needed besides "-D PKG_USER-COLVARS=yes".
The USER-COLVARS package requires the use of a C++11 compiler to compile
the included Lepton library. You can set the flag "-D COLVARS_LEPTON=no"
in addition to "-D PKG_USER-COLVARS=yes" in order to instruct CMake to
skip building and including the Lepton library into the USER-COLVARS code.
[Traditional make]: