We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9cb74e commit d193814Copy full SHA for d193814
.conan/build.py
@@ -54,7 +54,7 @@ def stable_branch_pattern(self):
54
def reference(self):
55
""" Read project version from CMake file to create Conan referece
56
"""
57
- pattern = re.compile(r"project \(taocpp-operators VERSION (\d+\.\d+\.\d+) LANGUAGES CXX\)")
+ pattern = re.compile(r"project\(taocpp-operators VERSION (\d+\.\d+\.\d+) LANGUAGES CXX\)")
58
version = None
59
with open('CMakeLists.txt') as file:
60
for line in file:
0 commit comments