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
{{ message }}
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
I try to compile on macOS. I have installed boost by package manager Homebrew, but Cmake can't find boost. Here is error message:
Could not find the following static Boost libraries:
boost_system
boost_date_time
boost_program_options
boost_filesystem
No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
directory containing Boost libraries or BOOST_ROOT to the location of
Boost.
Call Stack (most recent call first):
CMakeLists.txt:577 (find_package)
CMake Error at CMakeCompilerLinkerOpts.txt:328 (message):
[clDNN] Unknown compiler. Please define support for it or use different
compiler.
Call Stack (most recent call first):
CMakeLists.txt:709 (include)
The text was updated successfully, but these errors were encountered:
I try to compile on macOS. I have installed boost by package manager Homebrew, but Cmake can't find boost. Here is error message:
The text was updated successfully, but these errors were encountered: