Re: [CMake] Can't find Boost with Visual Studio 2017

2018-03-19 Thread David Demelier
On Sat, 2018-03-17 at 23:15 +0100, Volker Enderlein wrote: > Hi David, > > Boost changed its naming scheme starting from version 1.66. So its > not > your fault but the FindBoost.cmake does not know how to handle the > new > scheme. Try to use one of the 3.11.0-rc[1-3] versions that has the > p

Re: [CMake] Can't find Boost with Visual Studio 2017

2018-03-17 Thread Volker Enderlein
Hi David, Boost changed its naming scheme starting from version 1.66. So its not your fault but the FindBoost.cmake does not know how to handle the new scheme. Try to use one of the 3.11.0-rc[1-3] versions that has the proper naming scheme handling of 1.66 or use the 1.65.1 that is the last v

[CMake] Can't find Boost with Visual Studio 2017

2018-03-17 Thread David Demelier
Hello all, I've built Booost 1.66 on Windows with Visual Studio 2017 using the following invocation: .\b2 link=shared runtime-link=shared threading=multi toolset=msvc variant=debug address-model=64 install --prefix=C:/env/vs/amd64d T