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
hi this is my error:
CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find Boost (missing: system date_time random) (found suitable
version "1.72.0", minimum required is "1.72.0")
Is it because of my boost version?
The text was updated successfully, but these errors were encountered:
Basically, until some updates are made, Boost > 1.69.0 won't work. And Heaven help you if you are trying to get it to work on Visual Studio 2019, because it's very difficult (but not impossible) to do.
hi this is my error:
CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find Boost (missing: system date_time random) (found suitable
version "1.72.0", minimum required is "1.72.0")
Is it because of my boost version?
The text was updated successfully, but these errors were encountered: