[CMake] msys2-mingw64 cmake gives undefined behaviour, can not find include header

2019-12-19 Thread Stéphane Ancelot
Hi, Migrating a code to msys2 compilation (cmake inside msys ), it does not find an include file for unknwon reason. the file is located in a project defined as follow: cmake_minimum_required(VERSION 3.10) project(include_commun) add_library(include_commun INTERFACE)

[CMake] [ANNOUNCE] CMake 3.16.2 available for download

2019-12-19 Thread Robert Maynard via CMake
We are pleased to announce that CMake 3.16.2 is now available for download. Please use the latest release from our download page: https://cmake.org/download/ Thanks for your support! - Changes in 3.16.2 since 3.16.1:

Re: [CMake] Suppress a specific path in the RPATH of an executable explicitly

2019-12-19 Thread Eric Dönges
On 19.12.19 10:52, Cornelis Bockemühl wrote: > In a project setup I am copying a number of shared library files into > the executable directory (basically with a mechanism involving > configure_file - because the "install" logic was simply too complicated > for the project and for my limited brain

[CMake] Suppress a specific path in the RPATH of an executable explicitly

2019-12-19 Thread Cornelis Bockemühl
In a project setup I am copying a number of shared library files into the executable directory (basically with a mechanism involving configure_file - because the "install" logic was simply too complicated for the project and for my limited brain capacity!). On a Windows system this works