Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52843 - in branches/release/libs: program_options units/test
From: dgregor_at_[hidden]
Date: 2009-05-07 19:53:56


Author: dgregor
Date: 2009-05-07 19:53:56 EDT (Thu, 07 May 2009)
New Revision: 52843
URL: http://svn.boost.org/trac/boost/changeset/52843

Log:
Fix CMake test builds for ProgramOptions and Units libraries.

Text files modified:
   branches/release/libs/program_options/module.cmake | 4 +---
   branches/release/libs/units/test/CMakeLists.txt | 2 +-
   2 files changed, 2 insertions(+), 4 deletions(-)

Modified: branches/release/libs/program_options/module.cmake
==============================================================================
--- branches/release/libs/program_options/module.cmake (original)
+++ branches/release/libs/program_options/module.cmake 2009-05-07 19:53:56 EDT (Thu, 07 May 2009)
@@ -1,3 +1 @@
-boost_module(program_options DEPENDS any bind smart_ptr tokenizer)
-
-# bind is needed because of a dependency on boost/mem_fn.hpp
+boost_module(program_options DEPENDS any bind smart_ptr test tokenizer)

Modified: branches/release/libs/units/test/CMakeLists.txt
==============================================================================
--- branches/release/libs/units/test/CMakeLists.txt (original)
+++ branches/release/libs/units/test/CMakeLists.txt 2009-05-07 19:53:56 EDT (Thu, 07 May 2009)
@@ -18,7 +18,6 @@
   test_implicit_conversion
   test_quantity
   test_unit
- test_conversion
   test_base_dimension
   test_absolute
   test_default_conversion
@@ -33,6 +32,7 @@
   boost_test_run(${R})
 endforeach(R ${RUN_TESTS})
 
+boost_test_run(test_conversion DEPENDS boost_unit_test_framework)
 boost_test_run(test_scaled_unit DEPENDS boost_unit_test_framework)
 
 


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