Skip to content
Snippets Groups Projects
Commit fe278da5 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

config.h.cmake: define HAVE_TBB to 1

Using `#define` instead of `#cmakedefine` resulted in `HAVE_TBB` to be
defined as `TRUE`.  This change makes it defined to `1` instead.
parent 2de83275
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,8 @@
/* Define to 1 if you have <sys/mman.h>. */
#cmakedefine HAVE_SYS_MMAN_H 1
#define HAVE_TBB ${HAVE_TBB}
/* Define to 1 if you have the Threading Building Blocks (TBB) library */
#cmakedefine HAVE_TBB 1
/* begin private */
......
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