Skip to content

Commit

Permalink
AddParsecBenchmark: archive was not extracted
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Oct 20, 2015
1 parent 7bbda95 commit 1fcd174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/AddParsecBenchmark.cmake
Expand Up @@ -21,7 +21,7 @@ macro(AddParsecBenchmark benchmark)
copy ${PARSEC_APP_PATH}/${bench_PATH}/inst/amd64-linux.gcc-pthreads/bin/${bench_EXE}
${executable})

if (NOT "x${_ARCHIVE}x" STREQUAL "xx")
if (NOT "x${bench_ARCHIVE}x" STREQUAL "xx")
add_custom_command(TARGET bench-${benchmark} PRE_BUILD
COMMAND ${CMAKE_COMMAND} -E
tar xzf ${PARSEC_APP_PATH}/${bench_PATH}/inputs/${bench_ARCHIVE}
Expand Down

0 comments on commit 1fcd174

Please sign in to comment.