warnings
This commit is contained in:
parent
4f366726c6
commit
c281d73aef
@ -802,7 +802,7 @@ if (NOT ANDROID)
|
|||||||
|
|
||||||
add_subDIRECTORY(library/lammpi)
|
add_subDIRECTORY(library/lammpi)
|
||||||
|
|
||||||
if (MPI_C_FOUND\D)
|
if (MPI_C_FOUND)
|
||||||
|
|
||||||
CMAKE_DEPENDENT_OPTION(WITH_MPI ON "Interface to OpenMPI/MPICH"
|
CMAKE_DEPENDENT_OPTION(WITH_MPI ON "Interface to OpenMPI/MPICH"
|
||||||
"MPI_C_FOUND" OFF)
|
"MPI_C_FOUND" OFF)
|
||||||
|
@ -1360,6 +1360,11 @@ signal. */
|
|||||||
#cmakedefine HAVE_STRNLEN ${HAVE_STRNLEN}
|
#cmakedefine HAVE_STRNLEN ${HAVE_STRNLEN}
|
||||||
#endif
|
#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. */
|
/* Define to 1 if you have the <stropts.h> header file. */
|
||||||
#ifndef HAVE_STROPTS_H
|
#ifndef HAVE_STROPTS_H
|
||||||
#cmakedefine HAVE_STROPTS_H ${HAVE_STROPTS_H}
|
#cmakedefine HAVE_STROPTS_H ${HAVE_STROPTS_H}
|
||||||
|
Reference in New Issue
Block a user