On 4/11/2018 4:01 PM, Osman Zakir wrote:
I tried to do it before, but it won't let me clone the
repository without sudo for some reason.
I have little experience with Docker -- actually, none. But
as several people have hinted to you already, this doesn't
seem like a CMake issue.
For e
I tried to do it before, but it won't let me clone the repository without sudo
for some reason.
From: Craig Scott
Sent: Sunday, November 4, 2018 12:49 PM
To: osmanzaki...@hotmail.com
Cc: CMake
Subject: Re: [CMake] My previous message
You are using sudo for your g
You are using sudo for your git operations and to make directories, then
trying to run cmake inside those directories without sudo. CMake won't be
able to write to directories created (and therefore owned) by root in most
cases (unless you have a very permissive umask set). I'd recommend not
using
Did no one see my previous message here? About the CMake errors in the Docker
image. I really don't know how to fix this so some help would really be
appreciated. It really is mainly about CMake right now, not Docker itself.
Both the Dockerfile and the part of the build output with errors fr