nourhan - 2018-06-21

I'm trying to compile Boost libraries to use it with CGAL , I'm following these guidlines: CGAL guidline1 CGAL guidline2

after running ->.\bootstrap

Then, ->

.\b2 link=static,shared threading=single,multi variant=debug,release

I stopped at compiling CGAL using cmake, it's shows the following error:

Could not find the following static Boost libraries:
          boost_thread

cmake screenshot

Cmake error log here

notice that: boost_1_67_0\stage\lib folder contains all requires .lib files except "libboost_thread" library file

I appreciate any help , thanks