From af22d33e49e62a449803816d523ef211208e2212 Mon Sep 17 00:00:00 2001 From: Hartmut Kaiser Date: Sat, 8 Jul 2017 15:05:04 -0500 Subject: [PATCH] Disambiguate cmake targets --- tests/performance/local/CMakeLists.txt | 4 ++-- ..._reduce_binary.cpp => transform_reduce_binary_scaling.cpp} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename tests/performance/local/{transform_reduce_binary.cpp => transform_reduce_binary_scaling.cpp} (100%) diff --git a/tests/performance/local/CMakeLists.txt b/tests/performance/local/CMakeLists.txt index 6eb5452a542d..95cb3448c1ec 100644 --- a/tests/performance/local/CMakeLists.txt +++ b/tests/performance/local/CMakeLists.txt @@ -25,9 +25,9 @@ set(benchmarks if(HPX_WITH_DATAPAR_VC OR HPX_WITH_DATAPAR_BOOST_SIMD) set(benchmarks ${benchmarks} - transform_reduce_binary + transform_reduce_binary_scaling ) - set(transform_reduce_binary_FLAGS DEPENDENCIES iostreams_component) + set(transform_reduce_binary_scaling_FLAGS DEPENDENCIES iostreams_component) endif() if(HPX_WITH_EXAMPLES_OPENMP) diff --git a/tests/performance/local/transform_reduce_binary.cpp b/tests/performance/local/transform_reduce_binary_scaling.cpp similarity index 100% rename from tests/performance/local/transform_reduce_binary.cpp rename to tests/performance/local/transform_reduce_binary_scaling.cpp