diff options
author | Brad King <brad.king@kitware.com> | 2017-08-28 13:51:54 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-08-28 13:51:57 (GMT) |
commit | 3e5175447b8282fcd484306d304afe2a05745cb7 (patch) | |
tree | 8c60d78d004cac91c33a51b1f658bb1fe04b3c91 | |
parent | 072296fc1644eee8e824522dfac431316d7dbf14 (diff) | |
parent | f362052b81179357c5f675138426acf18e8550b7 (diff) | |
download | CMake-3e5175447b8282fcd484306d304afe2a05745cb7.zip CMake-3e5175447b8282fcd484306d304afe2a05745cb7.tar.gz CMake-3e5175447b8282fcd484306d304afe2a05745cb7.tar.bz2 |
Merge topic 'fix-gnu-to-ms'
f362052b GNUToMS: Tolerate existence of a %USERPROFILE%/source directory
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1164
-rw-r--r-- | Modules/Platform/GNUtoMS_lib.bat.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/GNUtoMS_lib.bat.in b/Modules/Platform/GNUtoMS_lib.bat.in index d70aea5..62776f4 100644 --- a/Modules/Platform/GNUtoMS_lib.bat.in +++ b/Modules/Platform/GNUtoMS_lib.bat.in @@ -1,3 +1,4 @@ @echo off +set VSCMD_START_DIR=. call "@CMAKE_GNUtoMS_BAT@" lib /machine:"@CMAKE_GNUtoMS_ARCH@" %* |