Skip to content

Commit

Permalink
[llvm-core] allow conan 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
planetmarshall committed Mar 6, 2024
1 parent 3ab6ea0 commit 50c4543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/llvm-core/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from pathlib import Path
import re

required_conan_version = ">=2.0.0"
required_conan_version = ">=1.62.0"


class LLVMCoreConan(ConanFile):
Expand Down

0 comments on commit 50c4543

Please sign in to comment.