ange-yaghi/engine-sim

cmake load “boost” error

1049093197 opened this issue · 0 comments

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:

D:/boost/x64/lib/cmake/boost_filesystem-1.81.0/boost_filesystem-config.cmake

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)