Skip to content

Commit

Permalink
scm.url to auto (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhjp01 authored Jun 19, 2023
1 parent f2b05e8 commit af43aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class LibCosimCConan(ConanFile):
exports = "version.txt"
scm = {
"type": "git",
"url": "[email protected]:open-simulation-platform/libcosimc.git",
"url": "auto",
"revision": "auto"
}
settings = "os", "compiler", "build_type", "arch"
Expand Down

0 comments on commit af43aeb

Please sign in to comment.