Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrilRBS authored Jun 29, 2024
1 parent 7ac0657 commit b841ae2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions recipes/ydcpp-tcpcat/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ def generate(self):
deps = CMakeDeps(self)
deps.generate()
tc = CMakeToolchain(self)
if not self.settings.get_safe("compiler.cppstd"):
tc.variables["CMAKE_CXX_STANDARD"] = self._min_cppstd
tc.generate()

def build(self):
Expand Down

0 comments on commit b841ae2

Please sign in to comment.