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 /include/tng_io.h | |
parent | 20d74e7d97b876232134f2e88e4f3b39f792bfe2 (diff) |
Change CMake parameter names to specifically include TNG.
Diffstat (limited to 'include/tng_io.h')
-rw-r--r-- | include/tng_io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tng_io.h b/include/tng_io.h index 9443dd3..24db340 100644 --- a/include/tng_io.h +++ b/include/tng_io.h @@ -259,7 +259,7 @@ * The TNG library can be used from Fortran. It requires cray pointers, which * are not part of the Fortran 77 standard, but available in most compilers. * - * To compile the fortran example -DBUILD_FORTRAN=ON needs to be specified when + * To compile the fortran example -DTNG_BUILD_FORTRAN=ON needs to be specified when * running cmake. * */ |