Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Jun 16, 2021
1 parent a408d87 commit 76aaff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ set_target_properties(
file(
GENERATE
OUTPUT "${BUILD_TREE_PYTHON_PACKAGE}/__init__.py"
CONTENT "from .bindings.manifpy import *")
CONTENT "from manifpy.bindings.manifpy import *")

# Install the __init__.py file
install(
Expand Down

0 comments on commit 76aaff1

Please sign in to comment.