You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you face clang: error: unsupported option '-fopenmp'
issue after did these steps cd src/math_utils/ mkdir build cd build cmake .. make
The error message is
I'm using macOS High Sierra
I don't know how to deal with it
Thanks!
The text was updated successfully, but these errors were encountered:
cd src/math_utils/
mkdir build
cd build
cmake -DCMAKE_CXX_COMPILER=g++-8 ..
make
cd ../../pcl_utils/
mkdir build
cd build
cmake -DCMAKE_CXX_COMPILER=g++-8 ..
make
cd ../../../
Have you face

clang: error: unsupported option '-fopenmp'
issue after did these steps
cd src/math_utils/
mkdir build
cd build
cmake ..
make
The error message is
I'm using macOS High Sierra
I don't know how to deal with it
Thanks!
The text was updated successfully, but these errors were encountered: