[cmake-commits] alex committed cmTryRunCommand.cxx 1.39 1.40

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 17 10:53:22 EDT 2007


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

Modified Files:
	cmTryRunCommand.cxx 
Log Message:

STYLE: copy the executables from TRY_RUN() to
${CMAKE_BINARY_DIR}/CMakeFiles/ instead to ${CMAKE_BINARY_DIR}

Alex


Index: cmTryRunCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmTryRunCommand.cxx,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- cmTryRunCommand.cxx	1 Aug 2007 21:10:22 -0000	1.39
+++ cmTryRunCommand.cxx	17 Sep 2007 14:53:20 -0000	1.40
@@ -227,6 +227,7 @@
   // removed at the end of TRY_RUN and the user can run it manually
   // on the target platform.
   std::string copyDest =  this->Makefile->GetHomeOutputDirectory();
+  copyDest += cmake::GetCMakeFilesDirectory();
   copyDest += "/";
   copyDest += cmSystemTools::GetFilenameWithoutExtension(
                                                      this->OutputFile.c_str());



More information about the Cmake-commits mailing list