Skip to content

Commit

Permalink
Fix installation location of bindings library
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Oct 4, 2024
1 parent b518238 commit 5029852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ target_link_libraries(pybind11_baf PRIVATE
# # The generated Python dynamic module must have the same name as the pybind11
# # module, i.e. `bindings`.
set_target_properties(pybind11_baf PROPERTIES
LIBRARY_OUTPUT_DIRECTORY "${baf_PYTHON_PACKAGE}"
LIBRARY_OUTPUT_DIRECTORY "${BAF_PYTHON_PACKAGE}"
OUTPUT_NAME "bindings")

if(FRAMEWORK_TEST_PYTHON_BINDINGS)
Expand Down

0 comments on commit 5029852

Please sign in to comment.