diff --git a/thirdparty/catch2/build.gradle b/thirdparty/catch2/build.gradle index d1f00fec5de..ee897892279 100644 --- a/thirdparty/catch2/build.gradle +++ b/thirdparty/catch2/build.gradle @@ -51,6 +51,8 @@ model { } } +project(':').libraryBuild.dependsOn build + tasks.withType(CppCompile) { dependsOn generateCatchUserConfig }