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:31:58 (GMT) |
commit | fd25a62a8f0597ffaf2ea1e8ba7da5114660553e (patch) | |
tree | 0f573e7ba158e47fbec768e3d2326886490fa89e /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 |