[Cmake-commits] CMake branch, master, updated. v3.10.2-1048-gab84167

2018-02-12 Thread Kitware Robot
VERSION_MINOR 11) -set(CMake_VERSION_PATCH 20180212) +set(CMake_VERSION_PATCH 20180213) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

Re: [CMake] MSYS2 broken CMAKE_PREFIX_PATH

2018-02-12 Thread Alan W. Irwin
On 2018-02-12 23:06+0100 Mario Emmenlauer wrote: On 12.02.2018 22:09, Alan W. Irwin wrote: [...] I am virtually positive from reading and other MinGW-w64/MSYS2 documentation that the conversion from POSIX to native PATHs is done by the

Re: [CMake] MSYS2 broken CMAKE_PREFIX_PATH

2018-02-12 Thread Mario Emmenlauer
Dear Alan, On 12.02.2018 22:09, Alan W. Irwin wrote: > On 2018-02-12 13:06+0100 Mario Emmenlauer wrote: > >> >> Hi, >> >> ok I agree it might be cleaner to use Windows-style paths for all >> cmake parameters on MSYS2. I changed my CI and everything works! :-) >> >> But just as a side comment:

Re: [CMake] MSYS2 broken CMAKE_PREFIX_PATH

2018-02-12 Thread Alan W. Irwin
On 2018-02-12 13:06+0100 Mario Emmenlauer wrote: Hi, ok I agree it might be cleaner to use Windows-style paths for all cmake parameters on MSYS2. I changed my CI and everything works! :-) But just as a side comment: It would be super cool if cmake would support both styles for all

Re: [CMake] MSYS2 broken CMAKE_PREFIX_PATH

2018-02-12 Thread Mario Emmenlauer
Hi, ok I agree it might be cleaner to use Windows-style paths for all cmake parameters on MSYS2. I changed my CI and everything works! :-) But just as a side comment: It would be super cool if cmake would support both styles for all parameters. The typical use on MSYS2 for many commands is with

Re: [CMake] MSYS2 broken CMAKE_PREFIX_PATH

2018-02-12 Thread Alan W. Irwin
On 2018-02-12 09:32+0100 Mario Emmenlauer wrote: [...] Hi Mario: From , and what you said above it appears you are using the "native Windows" cmake version from the mingw64 repository rather than the POSIX-style cmake package you can

Re: [CMake] MSYS2 broken CMAKE_PREFIX_PATH

2018-02-12 Thread Mario Emmenlauer
Hi Marc, On 12.02.2018 09:40, CHEVRIER, Marc wrote: > Be aware that MSYS2 environment is a "dual" environment: > * Unix like environment. Executables are in /usr/bin > * Windows like (i.e. understand windows paths but with slashes rather than > back-slashes). Executables are in /

Re: [CMake] MSYS2 broken CMAKE_PREFIX_PATH

2018-02-12 Thread CHEVRIER, Marc
Be aware that MSYS2 environment is a "dual" environment: * Unix like environment. Executables are in /usr/bin * Windows like (i.e. understand windows paths but with slashes rather than back-slashes). Executables are in / mingw(64|32)/bin. So, if you want a pure unix like usage, you have to

Re: [CMake] MSYS2 broken CMAKE_PREFIX_PATH

2018-02-12 Thread Mario Emmenlauer
Dear Alan, thanks for your reply! Below more: On 11.02.2018 23:11, Alan W. Irwin wrote: > On 2018-02-11 15:13+0100 Mario Emmenlauer wrote: > >> >> I use mingw-w64-x86_64-cmake 3.10.2 on MSYS2. Generally it works well, >> but just recently I started to have problems with CMAKE_PREFIX_PATH. >>