Skip to content

Commit

Permalink
Disambiguate cmake targets
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Jul 8, 2017
1 parent 1338089 commit af22d33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/performance/local/CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit af22d33

Please sign in to comment.