[Cmake-commits] [cmake-commits] hoffman committed cmGlobalVisualStudioGenerator.cxx 1.12 1.13

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Apr 30 22:17:38 EDT 2008


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv16531

Modified Files:
	cmGlobalVisualStudioGenerator.cxx 
Log Message:
STYLE: fix warning 


Index: cmGlobalVisualStudioGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalVisualStudioGenerator.cxx,v
retrieving revision 1.12
retrieving revision 1.13
diff -C 2 -d -r1.12 -r1.13
*** cmGlobalVisualStudioGenerator.cxx	30 Apr 2008 17:26:02 -0000	1.12
--- cmGlobalVisualStudioGenerator.cxx	1 May 2008 02:17:35 -0000	1.13
***************
*** 710,714 ****
    std::set<cmStdString> languages;
    target.GetLanguages(languages);
-   const char* ext = ".vcproj";
    if(languages.size() == 1)
      {
--- 710,713 ----



More information about the Cmake-commits mailing list