OpenMP lib error while build in macos

Use this forum for general user support and related questions.
Forum rules
Please upload a testscene that allows developers to reproduce the problem, and attach some images.
Post Reply
CADMAN
Posts: 9
Joined: Mon Mar 22, 2021 4:09 pm

OpenMP lib error while build in macos

Post by CADMAN »

CMake Error at cmake/SpecializedConfig/Config_OSX.cmake:69 (message):
OpenMP library not found
Call Stack (most recent call first):
Configuration.cmake:80 (INCLUDE)
CMakeLists.txt:90 (INCLUDE)

i am creating universal lib on macos .whike compiling the project from bash. following error shows
already OpenMp and other supported libs are installed

Any solution for this ?
Post Reply