diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c836e7..4411285 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,7 +48,7 @@ if(CCACHE_PRESENT) endif(CCACHE_PRESENT) if (${IS_GNU} OR ${IS_CLANG}) - if (NOT (MINGW AND ${IS_CLANG})) # llvm-mingw linux packages don't bundle openmp + if (NOT MINGW) include(FindOpenMP) if (OpenMP_CXX_FOUND) set(CMAKE_CXX_FLAGS "${OpenMP_CXX_FLAGS} ${CMAKE_CXX_FLAGS}")