Re: [CMake] CMake Can't Find Boost.Filesystem in Docker Container

2018-10-28 Thread Roger Leigh
On 28/10/2018 10:26, Osman Zakir wrote: I'm creating a new email thread for this because the other thread's problem was already solved. In the Dockerfile for my project, the build process can't go any farther from the point where I'm trying to build the Jinja2Cpp library.  CMake isn't able to

Re: [CMake] CMake Can't Find Boost.Filesystem in Docker Container

2018-10-28 Thread Mateusz Loskot
On Sun, 28 Oct 2018 at 12:44, Osman Zakir 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 c

Re: [CMake] CMake Can't Find Boost.Filesystem in Docker Container

2018-10-28 Thread Mateusz Loskot
On Sun, 28 Oct 2018 at 11:26, Osman Zakir wrote: > In the Dockerfile for my project, the build process can't go any farther from > the point where I'm trying to build the Jinja2Cpp library. CMake isn't able > to find Boost.Filesystem, but it's still able to build the library and write > the fi

[CMake] CMake Can't Find Boost.Filesystem in Docker Container

2018-10-28 Thread Osman Zakir
I'm creating a new email thread for this because the other thread's problem was already solved. In the Dockerfile for my project, the build process can't go any farther from the point where I'm trying to build the Jinja2Cpp library. CMake isn't able to find Boost.Filesystem, but it's still abl