Hi all,
During the installation of the latest version from source on macOS (12.4), while running cmake --build _build, the following error message occurred:
* creating archive: utils/libmtutils.a
* linking: meshtool
warning: unknown warning option '-Wno-format-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
1 warning generated.
ld: library not found for -lomp
clang-13: error: linker command failed with exit code 1 (use -v to see invocation)
make[4]: *** [meshtool] Error 1
make[3]: *** [parbuild] Error 2
make[2]: *** [external/meshtool/src/meshtool-stamp/meshtool-build] Error 2
make[1]: *** [external/CMakeFiles/meshtool.dir/all] Error 2
make: *** [all] Error 2
Thank you so much for your help.