Hi,I want to use boost c++ libraries on windows platform with CLion via cmakelists. I've followed these steps:1- downloadboost_1_66_0.7z2- navigate toC:\Program Files\boost_1_66_0\tools\build and
Runbootstrap.bat gcc
3- Runb2 install --prefix="C:\Program Files\boost-build"
4-C:\Program Files\boost-build\bin
to Windows PATH.5- restart my computer6- open cmd, then navigate toC:\Program Files\boost_1_66_0
7- Run b2 --build-dir="C:\Program Files\boost_1_66_0\build" --prefix="C:\Program Files\boost" --toolset=gcc installhere you find the output file containing include directories and libraries:8- here the cmakelists.txt file for the configuration of boost.but the cmake still show me this problem