Skip to content

Commit

Permalink
Added docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
franramirez688 committed Jun 18, 2024
1 parent 0ca5795 commit 384a17d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/simd/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def generate(self):

@property
def vs_proj_folder(self):
"""Return the vsXXXX/ folder given the MSVC compiler version"""
toolset = msvs_toolset(self)
# By default, v2022 folder
return {"v140": "vs2015",
Expand Down

0 comments on commit 384a17d

Please sign in to comment.