Skip to content

Commit

Permalink
Revert install of .so files into python path (#211)
Browse files Browse the repository at this point in the history
There seems that some regression might have happened after #195.
When removing those 2 lines, we avoid to install the .so files
in lib *and* python path.

Signed-off-by: Matthias Schoepfer <[email protected]>
  • Loading branch information
Matthias Schoepfer authored Apr 12, 2024
1 parent 0497ce8 commit 75c10df
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,6 @@ endforeach()

set_target_properties(${_target_name_lib} PROPERTIES COMPILE_OPTIONS "${_extension_compile_flags}")

set_target_properties(${_target_name_lib} PROPERTIES
LIBRARY_OUTPUT_DIRECTORY ${_output_path}
RUNTIME_OUTPUT_DIRECTORY ${_output_path})

if(NOT rosidl_generate_interfaces_SKIP_INSTALL)
install(TARGETS ${_target_name_lib}
EXPORT export_${_target_name_lib}
Expand Down

0 comments on commit 75c10df

Please sign in to comment.