Skip to content
Snippets Groups Projects
Commit f76262a5 authored by Jan Möbius's avatar Jan Möbius
Browse files

cmake openmp define change

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@5607 383ad7c9-94d9-4d36-a494-682f7c89f535
parent cfe24520
No related branches found
No related tags found
No related merge requests found
......@@ -65,9 +65,11 @@
/** Enable openmp where possible (for gcc version >= 4.3)
*/
#ifndef USE_OPENMP
#if GCC_VERSION >= 4030
#define USE_OPENMP
#endif
#endif
#ifndef DLLEXPORT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment