Skip to content
Snippets Groups Projects
Commit e3ec249e authored by Robert K's avatar Robert K
Browse files

[cleanup] correct variable for PTHREAD

parent c2fe4e19
No related branches found
No related tags found
No related merge requests found
......@@ -46,15 +46,18 @@
/* Define if we have zoltan */
#cmakedefine HAVE_ZOLTAN 1
/* Define if we have thread local storage */
#cmakedefine HAVE_PTHREAD_TLS 1
/* Define if we have ZLIB */
#cmakedefine HAVE_ZLIB 1
/* Include source file for dlmalloc */
#cmakedefine DLMALLOC_SOURCE_INCLUDE ${DLMALLOC_SOURCE_INCLUDE}
/* Define if we have thread local storage */
#cmakedefine HAVE_PTHREAD_TLS 1
/* Define if we have pthreads */
#cmakedefine HAVE_PTHREAD 1
/* Grid type magic for DGF parser */
@ALUGRID_CONFIG_H_BOTTOM@
/* end dune-alugrid */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment