OpenMP lib error while build on macos

Discussion related to the LuxCore functionality, implementations and API.
Post Reply
CADMAN
Posts: 9
Joined: Mon Mar 22, 2021 4:09 pm

OpenMP lib error while build on 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