We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839fef3 commit 5ed13dbCopy full SHA for 5ed13db
1 file changed
conan/conanfile.py
@@ -10,7 +10,7 @@ class Pkg(ConanFile):
10
"odrcore/*:with_pdf2htmlEX": False,
11
"odrcore/*:with_wvWare": False,
12
}
13
- requires = "odrcore/5.0.0-pre15"
+ requires = "odrcore/5.0.0"
14
15
def generate(self):
16
xcode = XcodeDeps(self)
0 commit comments