Я пытаюсь скомпилировать с помощью OpenMP. Мой CMakeLists.txt
содержит строку
find_package(OpenMP REQUIRED)
и ошибки CMake с помощью
CMake Error at /opt/ros/groovy/share/catkin/cmake/catkinConfig.cmake:72 (find_package):
Could not find a configuration file for package openmp.
Set openmp_DIR to the directory containing a CMake configuration file for
openmp. The file will have one of the following names:
openmpConfig.cmake
openmp-config.cmake
Проверяя свою файловую систему, я вижу, что у меня есть /usr/share/cmake-2.8/Modules/FindOpenMP.cmake
, но не openmpConfig.cmake
или openmp-config.cmake
. Что мне нужно сделать, чтобы исправить это?