[cmake-developers] [PATCH 2/2] FindwxWidgets.cmake: Resolve CygWin/MSYS paths to Windows paths

Brad King brad.king at kitware.com
Tue Feb 16 12:40:31 EST 2016


On 02/16/2016 11:29 AM, Simon Richter wrote:
> The patched wx-config in MSYS2 invokes cygpath to resolve the Unix path
> they would otherwise return to a native path with forward slashes, so my
> expectation would be that it is guaranteed to exist on MSYS2.

How is it that a native-Windows CMake is able to execute the wx-config
tool?  If it is a CMake that is built with the MSYS2 runtime then it
should be able to understand the unix paths.

There has been discussion on cmake-developers before about having
a MSYS2-native CMake build much like the Cygwin-native build we
have already.

-Brad



More information about the cmake-developers mailing list