[Cmake-commits] CMake branch, next, updated. v3.7.2-2424-g9c7eecc

Brad King brad.king at kitware.com
Mon Jan 30 16:58:40 EST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  9c7eecc64a484482e55f584ec97f582288faadf5 (commit)
       via  abb20e3234f49fe6d40bf3506b1d8f28277198c3 (commit)
      from  48381a9899894532e40e6ecaa4f2e83b0b35b171 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9c7eecc64a484482e55f584ec97f582288faadf5
commit 9c7eecc64a484482e55f584ec97f582288faadf5
Merge: 48381a9 abb20e3
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jan 30 16:58:40 2017 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jan 30 16:58:40 2017 -0500

    Merge topic 'CSharpVS2017' into next
    
    abb20e32 Missing environment variable reference operator.


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=abb20e3234f49fe6d40bf3506b1d8f28277198c3
commit abb20e3234f49fe6d40bf3506b1d8f28277198c3
Author:     Gilles Khouzam <gillesk at microsoft.com>
AuthorDate: Mon Jan 30 13:50:27 2017 -0800
Commit:     Gilles Khouzam <gillesk at microsoft.com>
CommitDate: Mon Jan 30 13:50:27 2017 -0800

    Missing environment variable reference operator.

diff --git a/Modules/CompilerId/VS-10.csproj.in b/Modules/CompilerId/VS-10.csproj.in
index 2bd179e..ed5e847 100644
--- a/Modules/CompilerId/VS-10.csproj.in
+++ b/Modules/CompilerId/VS-10.csproj.in
@@ -49,7 +49,7 @@
   <PropertyGroup>
     <PostBuildEvent>if not "$(RoslynTargetsPath)"=="" if exist "$(RoslynTargetsPath)\@id_cl@" set _CSC=$(RoslynTargetsPath)
 if exist "$(MSBuildToolsPath)\@id_cl@" set _CSC=$(MSBuildToolsPath)
-if "_CSC"=="" exit -1
+if "%_CSC%"=="" exit -1
 %40echo CMAKE_ at id_lang@_COMPILER=%_CSC%\@id_cl@</PostBuildEvent>
   </PropertyGroup>
 </Project>

-----------------------------------------------------------------------

Summary of changes:
 Modules/CompilerId/VS-10.csproj.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list