[Cmake-commits] CMake branch, master, updated. v3.13.0-rc2-315-g112100d

2018-11-03 Thread Kitware Robot
t a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 5c5c21e..459202e 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,5 +1,5 @@ # CMake version number components. set(CMake_VERSION_MAJOR 3) set(CMake_VERSION_MINOR 13) -set(CMake_VERSION_PATCH 20181103) +set(CMake_VER

[CMake] CMAKE_*_IMPLICIT_INCLUDE_DIRECTORIES with MinGW

2018-11-03 Thread Olivier Croquette
Hi, I got recently build errors when introducing external dependencies in my project, the reason is that those components re-add standard SYSTEM include search paths, which changes the search order and causes #include_next to fail. The typical error message is:

[CMake] Have error "CMake Error: : System Error: Permission denied" in Docker image build process

2018-11-03 Thread Osman Zakir
Hi again. I was able to get sudo installed on a Docker image running as a non-root user. But when I get to the part in the Docker file where it tries to build Jinja2Cpp using CMake, I get CMake errors. Dockerfile and error log from build attempt are attached to this message. Anyone have any