Skip to content

Commit

Permalink
Revert "Useless change to trigger build"
Browse files Browse the repository at this point in the history
This reverts commit 40b4512.
  • Loading branch information
wawanbreton committed Sep 12, 2024
1 parent 40b4512 commit b381ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ def generate(self):
# Generate the pyproject.toml
pp = self.python_requires["pyprojecttoolchain"].module.PyProjectToolchain(self)
pp.blocks["tool_sip_project"].values["sip_files_dir"] = str(Path("python").as_posix())
pp.blocks["tool_sip_metadata"].values["name"] = "pyArcus"
pp.blocks["tool_sip_bindings"].values["name"] = "pyArcus"
pp.blocks["tool_sip_metadata"].values["name"] = "pyArcus"
pp.blocks["extra_sources"].values["headers"] = ["PythonMessage.h"]
pp.blocks["extra_sources"].values["sources"] = [str(Path("src", "PythonMessage.cpp").as_posix())]
pp.generate()
Expand Down

0 comments on commit b381ea6

Please sign in to comment.