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
. これを修正するにはどうすればよいですか?