针对您遇到的问题 "could not find openmp_c (missing: openmp_c_flags openmp_c_lib_names)",这通常发生在尝试配置或编译一个需要OpenMP支持的项目时,但系统或编译环境未能正确识别或配置OpenMP。以下是根据您提供的提示,分点回答您的问题: 1. 确认系统是否支持OpenMP 首先,需要确认您的系统是否支持
required include directories, library names, library directories, other compiler flags, other linker flags etc. All this would make it much easier to use TBB, especially in automated build scripts (e.g. using the ExternalProject module in CMake) and continuous integration systems. ...