diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-14 13:29:36 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-14 13:29:36 (GMT) |
commit | ea7ea4656e9d2ade9516082885e6e49a1065c2d1 (patch) | |
tree | 5d733edabab4777971bb5567bc89e90870c1d30c /INSTALL | |
parent | 20d74e7d97b876232134f2e88e4f3b39f792bfe2 (diff) |
Change CMake parameter names to specifically include TNG.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ programs using the library must specify explicitly where to look for it. Useful cmake flags: --DBUILD_DOCUMENTATION=ON to build the API documentation (requires doxygen) +-DTNG_BUILD_DOCUMENTATION=ON to build the API documentation (requires doxygen) -DCMAKE_BUILD_TYPE=Debug to compile with debug flags (recommended for feedback during development) --DBUILD_FORTRAN=ON to build the Fortran MD simulations example, saving results +-DTNG_BUILD_FORTRAN=ON to build the Fortran MD simulations example, saving results in the TNG format (requires a Fortran compiler allowing cray-pointers).
\ No newline at end of file |