Skip to content

Commit

Permalink
MStress:
Browse files Browse the repository at this point in the history
* Fix CMakeLists.txt formatting.
  • Loading branch information
mikeov committed Nov 11, 2024
1 parent ea53988 commit ac2d627
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmarks/mstress/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ set(mstress_scripts
foreach(script ${mstress_scripts})
add_custom_command(
OUTPUT ${script}
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/${script} ${CMAKE_CURRENT_BINARY_DIR}/
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/${script}
${CMAKE_CURRENT_BINARY_DIR}/
)
endforeach(script)

Expand Down

0 comments on commit ac2d627

Please sign in to comment.