Boost logo

Boost-Commit :

From: troy_at_[hidden]
Date: 2008-06-26 15:28:15


Author: troy
Date: 2008-06-26 15:28:14 EDT (Thu, 26 Jun 2008)
New Revision: 46744
URL: http://svn.boost.org/trac/boost/changeset/46744

Log:
use more modern cmake variable
Text files modified:
   branches/CMake/release/tools/build/CMake/BoostTesting.cmake | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/CMake/release/tools/build/CMake/BoostTesting.cmake
==============================================================================
--- branches/CMake/release/tools/build/CMake/BoostTesting.cmake (original)
+++ branches/CMake/release/tools/build/CMake/BoostTesting.cmake 2008-06-26 15:28:14 EDT (Thu, 26 Jun 2008)
@@ -228,7 +228,7 @@
         POST_BUILD
         COMMAND
         ${THIS_TEST_PREFIX_ARGS}
- ${EXECUTABLE_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}/tests/${PROJECT_NAME}/${testname}
+ ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${CMAKE_CFG_INTDIR}/tests/${PROJECT_NAME}/${testname}
         ${BOOST_TEST_ARGS}
         COMMENT "Running ${testname} in project ${PROJECT_NAME}"
         )


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