Closed ToniRV closed 5 years ago
@yunzc I forgot to remove the find_package(TBB ...)
and all tbb related things :/
The issue was solved with the line:
IF(APPLE)
# Fix linking on 10.14+. See https://stackoverflow.com/questions/54068035
LINK_DIRECTORIES(/usr/local/lib)
ENDIF()
I was having two compilation errors in Mac: