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
When I was building, the following problem occurred, but I couldn't fix it. Someone who can help me out with this as I have spent lots of time on this with no success?
CMake Error at D:/boost/x64/lib/cmake/Boost-1.81.0/BoostConfig.cmake:141 (find_package):
Found package configuration file:
but it set boost_filesystem_FOUND to FALSE so package "boost_filesystem" is
considered to be NOT FOUND. Reason given by package:
No suitable build variant has been found.
The following variants have been tried and rejected:
boost_filesystem-vc143-mt-gd-x64-1_81.lib (64 bit, need 32)
libboost_filesystem-vc143-mt-gd-x64-1_81.lib (64 bit, need 32)
libboost_filesystem-vc143-mt-s-x64-1_81.lib (64 bit, need 32)
libboost_filesystem-vc143-mt-sgd-x64-1_81.lib (64 bit, need 32)
boost_filesystem-vc143-mt-x64-1_81.lib (64 bit, need 32)
The text was updated successfully, but these errors were encountered:
When I was building, the following problem occurred, but I couldn't fix it. Someone who can help me out with this as I have spent lots of time on this with no success?
CMake Error at D:/boost/x64/lib/cmake/Boost-1.81.0/BoostConfig.cmake:141 (find_package):
Found package configuration file:
but it set boost_filesystem_FOUND to FALSE so package "boost_filesystem" is
considered to be NOT FOUND. Reason given by package:
No suitable build variant has been found.
The following variants have been tried and rejected:
boost_filesystem-vc143-mt-gd-x64-1_81.lib (64 bit, need 32)
libboost_filesystem-vc143-mt-gd-x64-1_81.lib (64 bit, need 32)
libboost_filesystem-vc143-mt-s-x64-1_81.lib (64 bit, need 32)
libboost_filesystem-vc143-mt-sgd-x64-1_81.lib (64 bit, need 32)
boost_filesystem-vc143-mt-x64-1_81.lib (64 bit, need 32)
The text was updated successfully, but these errors were encountered: