Hi everyone,
While installing boost libraries I got following errors:
The following Boost libraries could not be found:
boost_thread
Some (but not all) of the required Boost libraries were found. You may
need to install these additional Boost libraries. Alternatively, set
BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
to the location of Boost.
Call Stack (most recent call first):
cmake/macros.cmake:93 (find_package)
cmake/cxxConfigure.cmake:87 (casava_find_boost)
c++/CMakeLists.txt:33 (include)
Can any one give some solution ??
Thank you.
While installing boost libraries I got following errors:
The following Boost libraries could not be found:
boost_thread
Some (but not all) of the required Boost libraries were found. You may
need to install these additional Boost libraries. Alternatively, set
BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
to the location of Boost.
Call Stack (most recent call first):
cmake/macros.cmake:93 (find_package)
cmake/cxxConfigure.cmake:87 (casava_find_boost)
c++/CMakeLists.txt:33 (include)
Can any one give some solution ??
Thank you.
Comment