[CMake] another problem with ENV vars and windows paths

William A. Hoffman billlist at nycap.rr.com
Wed Mar 22 10:17:29 EST 2006


At 09:56 AM 3/22/2006, David Cole wrote:


>Perhaps it could be implemented as a STRING(CONFIGURE ...) option... similar to @ONLY and ESCAPE_QUOTES?
>
>STRING(CONFIGURE ENV{PATH} RESULTVAR [TO_CMAKE_PATH_LIST | TO_SYSTEM_PATH_LIST])

This is not a configure operation.  It is a conversion from native path to
POSIX paths which are used internally to cmake.

-Bill



More information about the CMake mailing list