$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: troy_at_[hidden]
Date: 2008-06-28 11:42:14
Author: troy
Date: 2008-06-28 11:42:14 EDT (Sat, 28 Jun 2008)
New Revision: 46812
URL: http://svn.boost.org/trac/boost/changeset/46812
Log:
depends tweaks
Text files modified: 
   branches/CMake/release/libs/graph/test/CMakeLists.txt |     6 +++---                                  
   1 files changed, 3 insertions(+), 3 deletions(-)
Modified: branches/CMake/release/libs/graph/test/CMakeLists.txt
==============================================================================
--- branches/CMake/release/libs/graph/test/CMakeLists.txt	(original)
+++ branches/CMake/release/libs/graph/test/CMakeLists.txt	2008-06-28 11:42:14 EDT (Sat, 28 Jun 2008)
@@ -5,13 +5,13 @@
 boost_test_run(bfs)
 boost_test_compile(bfs_cc)
 boost_test_run(bellman-test)
-boost_test_run(betweenness_centrality_test RELEASE)
+boost_test_run(betweenness_centrality_test DEPENDS boost_graph-shared)
 boost_test_run(csr_graph_test)
 boost_test_run(dag_longest_paths)
 boost_test_run(dfs)
 boost_test_compile(dfs_cc)
 boost_test_compile(dijkstra_cc)
-boost_test_run(dijkstra_heap_performance ARGS 10000 RELEASE)
+boost_test_run(dijkstra_heap_performance ARGS 10000 DEPENDS boost_graph-shared)
 boost_test_run(dominator_tree_test)
 boost_test_run(relaxed_heap_test ARGS 5000 15000)
 boost_test_compile(edge_list_cc)
@@ -19,7 +19,7 @@
 boost_test_run(graph)
 boost_test_compile(graph_concepts)
 boost_test_run(graphviz_test 
-  DEPENDS boost_test_exec_monitor boost_graph STATIC)
+  DEPENDS boost_test_exec_monitor boost_graph-static)
 boost_test_run(gursoy_atun_layout_test)
 boost_test_run(layout_test)
 boost_test_run(serialize DEPENDS boost_serialization)