summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2015-05-09 21:13:52 +0000
committer~suv <suv-sf@users.sourceforge.net>2015-05-09 21:13:52 +0000
commitc9c59ee6f084f33765df548d0a0163ce8ef23e1f (patch)
tree797da39fd3beca8ab427fbfada3eb4a85e9b4546 /config.h.cmake
parentFix Doxyfile (diff)
downloadinkscape-c9c59ee6f084f33765df548d0a0163ce8ef23e1f.tar.gz
inkscape-c9c59ee6f084f33765df548d0a0163ce8ef23e1f.zip
cmake: fix OpenMP detection and defines (inkscape uses 'HAVE_OPENMP')
(bzr r14141)
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 3bd7837bd..c793f59b6 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -116,6 +116,9 @@
/* Define to 1 if you have the `mkdir' function. */
#cmakedefine HAVE_MKDIR 1
+/* Use OpenMP (via cmake) */
+#cmakedefine HAVE_OPENMP 1
+
/* Use aspell for built-in spellchecker */
#cmakedefine HAVE_ASPELL 1