Re: [CMake] Fwd: Boost + CMake + Windows + Sanity -> Possible?

2018-08-08 Thread Roger Leigh
On 08/08/18 12:39, Chris Wilson wrote: Having set BOOST_ROOT, FindBoost should just work. In this case, I didn't need to compile any of Boost, only its headers, but if you do need to, then you can change its CONFIGURE_COMMAND and BUILD_COMMAND. Portable build and configure commands can be fo

[CMake] Fwd: Boost + CMake + Windows + Sanity -> Possible?

2018-08-08 Thread Chris Wilson
Hi all, I solved this problem (or a very similar one) by using a CMake superbuild which builds Boost and then my project, like this: # Version of Boost to download, unpack, and compile Box Backup agai