Skip to content

Commit

Permalink
WIP - trying to make python work in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinGuillaume committed Dec 4, 2024
1 parent f39e383 commit 2cfd24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python_binding/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ def package_info(self):
cmake_file_list.append(cmake_file_path)

# Give away cmake code to be executed by the consumer of this package
self.cpp_info.set_property("cmake_build_modules", cmake_file_list)
self.cpp_info.set_property("cmake_build_modules", cmake_file_list)

0 comments on commit 2cfd24c

Please sign in to comment.