I am writing about a problem I am having trying to get a third-party library to build with mingw32-make.exe and a Boost 1.67.0 dependency on Windows 10.
I am setting the variable Boost_INCLUDE_DIR to <path_to_boost>\boost_1_67_0\include
I am setting the variable Boost_LIBRARY_DIR to <path_to_boost>\boost_1_67_0\lib
and the cmake-gui output comes out with the following error message:
because, I imagine, I do not have the libboost_thread_win32.a library included in my boost installation (shown below).
How do I resolve this? Is there a way to easily build boost with this thread_win32 library using minGW?