Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73492 - sandbox/tools/profile_templates2
From: dsaritz_at_[hidden]
Date: 2011-08-02 09:15:20


Author: psiha
Date: 2011-08-02 09:15:19 EDT (Tue, 02 Aug 2011)
New Revision: 73492
URL: http://svn.boost.org/trac/boost/changeset/73492

Log:
Added a documenting link.
Text files modified:
   sandbox/tools/profile_templates2/profiler.cmake | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: sandbox/tools/profile_templates2/profiler.cmake
==============================================================================
--- sandbox/tools/profile_templates2/profiler.cmake (original)
+++ sandbox/tools/profile_templates2/profiler.cmake 2011-08-02 09:15:19 EDT (Tue, 02 Aug 2011)
@@ -64,6 +64,7 @@
 
     if ( NOT EXISTS ${CMAKE_CXX_COMPILER} )
         if ( MSVC )
+ #http://web.archiveorange.com/archive/v/5y7PkgJS75BcD7zzR0t4
             get_filename_component( devenv_path ${CMAKE_MAKE_PROGRAM} PATH )
             set( full_compiler_path "${devenv_path}/../../VC/bin/${CMAKE_CXX_COMPILER}" )
             file( TO_NATIVE_PATH ${full_compiler_path} full_compiler_path )


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk