Skip to content

Commit

Permalink
Support conan version 1 & 2
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Oct 11, 2023
1 parent 364efa4 commit e667c75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions uiucprescon/build/conan/files.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from typing import List, Dict, TypedDict, Iterable, Any
import abc


class ConanBuildInfoParser:
def __init__(self, fp):
self._fp = fp
Expand Down
1 change: 1 addition & 0 deletions uiucprescon/build/conan/v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

__all__ = ['build_deps_with_conan']


def build_deps_with_conan(
conanfile: str,
build_dir: str,
Expand Down

0 comments on commit e667c75

Please sign in to comment.