Skip to content

Commit

Permalink
Use new VERBOSE_REPEATED variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Goldhaber committed Nov 12, 2024
1 parent 4d6e0e8 commit c339fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ddthost_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ list(APPEND CAPGEN_CMD "test_host")
list(APPEND CAPGEN_CMD "--output-root")
list(APPEND CAPGEN_CMD "${CCPP_CAP_FILES}")
string(REPEAT "--verbose" ${VERBOSITY} VERBOSE_REPEATED)
list(APPEND CAPGEN_CMD "--verbose")
list(APPEND CAPGEN_CMD ${VERBOSE_REPEATED})
list(APPEND CAPGEN_CMD "--debug")
string(REPLACE ";" " " CAPGEN_STRING "${CAPGEN_CMD}")
MESSAGE(STATUS "Running: ${CAPGEN_STRING}")
Expand Down

0 comments on commit c339fdf

Please sign in to comment.