[Cmake-commits] [cmake-commits] king committed GetPrerequisites.cmake 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Thu May 1 18:49:33 EDT 2008


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv19957

Modified Files:
	GetPrerequisites.cmake 
Log Message:
ENH: When GetPrerequisites.cmake runs dumpbin while running inside the VS IDE environment make sure the tool does not produce extra output.


Index: GetPrerequisites.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/GetPrerequisites.cmake,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** GetPrerequisites.cmake	4 Mar 2008 13:18:40 -0000	1.1
--- GetPrerequisites.cmake	1 May 2008 22:49:31 -0000	1.2
***************
*** 252,255 ****
--- 252,256 ----
      set(gp_regex_cmp_count 1)
      set(gp_tool_known 1)
+     set(ENV{VS_UNICODE_OUTPUT} "") # Block extra output from inside VS IDE.
    endif("${gp_tool}" STREQUAL "dumpbin")
  



More information about the Cmake-commits mailing list