This commit is contained in:
Vitor Santos Costa 2017-11-30 01:55:58 +00:00
parent 4f366726c6
commit c281d73aef
2 changed files with 6 additions and 1 deletions

View File

@ -802,7 +802,7 @@ if (NOT ANDROID)
add_subDIRECTORY(library/lammpi)
if (MPI_C_FOUND\D)
if (MPI_C_FOUND)
CMAKE_DEPENDENT_OPTION(WITH_MPI ON "Interface to OpenMPI/MPICH"
"MPI_C_FOUND" OFF)

View File

@ -1360,6 +1360,11 @@ signal. */
#cmakedefine HAVE_STRNLEN ${HAVE_STRNLEN}
#endif
/* Define to 1 if you have the `stpcpy' function. */
#ifndef HAVE_STPCPY
#cmakedefine HAVE_STPCPY ${HAVE_STPCPY}
#endif
/* Define to 1 if you have the <stropts.h> header file. */
#ifndef HAVE_STROPTS_H
#cmakedefine HAVE_STROPTS_H ${HAVE_STROPTS_H}