Skip to content

Commit

Permalink
Update recipes/catch2/2.x.x/conanfile.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Mc <[email protected]>
  • Loading branch information
paulharris and prince-chrismc authored Nov 28, 2022
1 parent a0227c3 commit 8e4afe4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions recipes/catch2/2.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ def generate(self):
tc.generate()

def build(self):
# Catch2 does skip install if included as subproject:
# https://github.com/catchorg/Catch2/blob/79a5cd795c387e2da58c13e9dcbfd9ea7a2cfb30/CMakeLists.txt#L100-L102
cmake = CMake(self)
cmake.configure()
if self.options.with_main:
Expand Down

0 comments on commit 8e4afe4

Please sign in to comment.