Skip to content

Commit a83a763

Browse files
committed
wip2
Signed-off-by: Nicolas Nobelis <[email protected]>
1 parent b3f9da7 commit a83a763

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

plugins/package-managers/conan/src/main/kotlin/ConanV2Handler.kt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ internal class ConanV2Handler(private val conan: Conan) : ConanVersionHandler {
7171
lockfileName,
7272
"--out-file",
7373
jsonFile.absolutePath,
74+
"--profile:all",
75+
"ort-default",
7476
definitionFile.name
7577
).requireSuccess()
7678
} else {
@@ -82,9 +84,9 @@ internal class ConanV2Handler(private val conan: Conan) : ConanVersionHandler {
8284
"json",
8385
"--out-file",
8486
jsonFile.absolutePath,
85-
definitionFile.name,
86-
"--profile",
87-
"ort-default"
87+
"--profile:all",
88+
"ort-default",
89+
definitionFile.name
8890
).requireSuccess()
8991
}
9092

0 commit comments

Comments
 (0)