Skip to content

Commit aba1423

Browse files
committed
Try to fix CI build by allowing older conan version (>=2.0.16)
Signed-off-by: Gary Oberbrunner <[email protected]>
1 parent 01b1ee8 commit aba1423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from conan.tools.files import copy, collect_libs
44
import os.path
55

6-
required_conan_version = ">=2.12.0"
6+
required_conan_version = ">=2.0.16"
77

88
class openfx(ConanFile):
99
name = "openfx"

0 commit comments

Comments
 (0)