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
Following the getting started page, I generated the build file contents using cmake -G "MSYS Makefiles" ... Used the MSYS generator because I am using MinGW64 from within MSYS.
Upon running make, it all performs as expected until it reaches linking to the executable. It fails to link to items in the boost::thread namespace. Looking at the CMakeLists.txt in the repo, I know I do not have Boost_FOUND predefined and pthreads is successfully found.
The text was updated successfully, but these errors were encountered:
Following the getting started page, I generated the build file contents using
cmake -G "MSYS Makefiles" ..
. Used the MSYS generator because I am using MinGW64 from within MSYS.Upon running make, it all performs as expected until it reaches linking to the executable. It fails to link to items in the boost::thread namespace. Looking at the CMakeLists.txt in the repo, I know I do not have Boost_FOUND predefined and pthreads is successfully found.
The text was updated successfully, but these errors were encountered: