Skip to content

Commit

Permalink
remove cmake patch
Browse files Browse the repository at this point in the history
  • Loading branch information
toge committed Sep 26, 2024
1 parent c816a60 commit dff8eb9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions recipes/tracy/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,6 @@ def generate(self):
deps.generate()

def build(self):
if self.version == "0.11.1":
replace_in_file(self, os.path.join(self.source_folder, "CMakeLists.txt"),
"""target_include_directories(TracyClient INTERFACE ${unwind_INCLUDE_DIRS})""",
"""target_include_directories(TracyClient PRIVATE ${unwind_INCLUDE_DIRS})"""
)

cmake = CMake(self)
cmake.configure()
cmake.build()
Expand Down

0 comments on commit dff8eb9

Please sign in to comment.