Skip to content
Snippets Groups Projects
Commit 556a77e6 authored by Hkorb's avatar Hkorb
Browse files

fix python build

parent dac12f4e
No related branches found
No related tags found
1 merge request!245Add new probe, Refactor File Writer
......@@ -53,7 +53,7 @@ cmake_args += [
skbuild.setup(
name=package_name,
packages=find_namespace_packages()+find_stub_subpackages(stub_dir),
packages=find_namespace_packages(where=src_dir)+find_stub_subpackages(stub_dir),
package_dir={"": src_dir},
cmake_args=cmake_args,
cmake_install_target=target,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment