So I set the Boost
b2 install optimization=speed variant=debug,release --layout=tagged --prefix=BOOST_DIR The names of the lib files look like this.
... libboost_serialization-mt.lib libboost_serialization-mt-gd.lib ... When building a project, I get an error
LINK: fatal error LNK1104: cannot open file 'libboost_serialization-vc140-mt-gd-1_62.lib'
Nowhere in my project settings I have indicated this lib file with any name, only its directory. The project is going to be if I add a version of the compiler and boost to the file name.
Can I do this so that I don't have to rename the lib files?