On Sun, 28 Oct 2018 at 12:44, Osman Zakir <osmanzaki...@hotmail.com> wrote: > > The build does work locally, and I don't get that particular error either. > I'm using Windows 10 Home on my local machine (which also means I have to use > Docker Toolbox with VirtualBox, since the Home edition doesn't have Hyper-V). > I can't use Windows containers in Docker images with Docker Toolbox, so I'm > having to use a Linux one. Ubuntu 18.04 in my case.
Install Ubutun 18.04 on Virtual Box and try things out there. FindBoost.cmake may be moody - it may fail due to many many things. Boost deployment and FindBoost differs significantly on Windows vs Linux. Boost can be installed using various naming conventions or layouts, eg. versioned layout. CMake changes also affect FindBoost.cmake at times. Just go to https://gitlab.kitware.com/cmake/cmake/ and search for FindBoost to see what is happening. You will have to dig the issue deep and the digging may be difficult and frustrating. That is why I would work things on Linux locally (VM) first - Docker just adds up to the overall complexity. I see no way to solve your problem for you. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: https://cmake.org/mailman/listinfo/cmake