Skip to content

Commit

Permalink
fix: use short paths to avoid too long paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Latios96 committed Jul 6, 2022
1 parent b56c605 commit aec2e14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/opensubdiv/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class OpenSubdivConan(ConanFile):
"with_metal": False,
}

short_paths = True
generators = "cmake"

@property
Expand Down

0 comments on commit aec2e14

Please sign in to comment.