Skip to content

Commit

Permalink
try fix ?
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Turner <[email protected]>
  • Loading branch information
spacey-sooty committed Dec 19, 2024
1 parent 00347a3 commit fb738b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thirdparty/catch2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ task generateCatchUserConfig() {
}

def read = catch2UserConfigInput.text
read = read.replace('${CATCH_CONFIG_DEFAULT_REPORTER}', "console")
read = read.replace('${CATCH_CONFIG_CONSOLE_WIDTH}', "80")
read = read.replace('@CATCH_CONFIG_DEFAULT_REPORTER@', "console")
read = read.replace('@CATCH_CONFIG_CONSOLE_WIDTH@', "80")
read = read.replaceAll("#cmakedefine", "//")

catch2UserConfigOutput.write(read)
Expand Down

0 comments on commit fb738b5

Please sign in to comment.